summaryrefslogtreecommitdiff
path: root/zebra/zebra_router.h
diff options
context:
space:
mode:
authorSatheesh Kumar K <sathk@cumulusnetworks.com>2019-11-18 07:13:30 -0800
committerSatheesh Kumar K <sathk@cumulusnetworks.com>2019-11-19 08:54:11 -0800
commit1e76492b10844df77b64e7954b35f9a8ffc02e74 (patch)
treef8339cf93f5b9de6a035b5b9752d0f04bbbf2585 /zebra/zebra_router.h
parent67fa73f29a2a059fb01d8fc7009161f21e1b05da (diff)
zebra,pim : Fixing Review comments in PIM_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, 0 insertions, 1 deletions
diff --git a/zebra/zebra_router.h b/zebra/zebra_router.h
index 6fe3e4840f..437cab5bbd 100644
--- a/zebra/zebra_router.h
+++ b/zebra/zebra_router.h
@@ -100,7 +100,6 @@ 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 {