summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_router.h
diff options
context:
space:
mode:
authorSatheesh Kumar K <sathk@cumulusnetworks.com>2019-09-24 11:29:15 +0200
committerSatheesh Kumar K <sathk@cumulusnetworks.com>2019-10-04 04:42:09 +0200
commit40e79e94110c772bfb71b97b1d97e8ad35901b88 (patch)
tree3971f24b20fd8dd1a51ea0c2c4ffacb5e2e741a1 /zebra/zebra_router.h
parentZebra: ADD Protobuf Encoding & Decoding for MLAG Messages (diff)
downloadfrr-40e79e94110c772bfb71b97b1d97e8ad35901b88.tar.xz
frr-40e79e94110c772bfb71b97b1d97e8ad35901b88.zip
Zebra: Fixing Review comments in Zebra_MLAG
Signed-off-by: Satheesh Kumar K <sathk@cumulusnetworks.com>
Diffstat (limited to 'zebra/zebra_router.h')
-rw-r--r--zebra/zebra_router.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_router.h b/zebra/zebra_router.h
index 141b2579e..a12e34a49 100644
--- a/zebra/zebra_router.h
+++ b/zebra/zebra_router.h
@@ -100,6 +100,7 @@ struct zebra_mlag_info {
/* Threads for read/write. */
struct thread *t_read;
struct thread *t_write;
+ pthread_mutex_t mlag_th_mtx;
};
struct zebra_router {