summaryrefslogtreecommitdiff
path: root/pimd/pim_zebra.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2016-12-09 11:05:08 -0500
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-01-30 10:04:05 -0500
commit8799b66b94ffcf42ad5660b8863f4341cf30c80d (patch)
tree6a0632d514ea72d6fdaf66314f250f2701a2f4f4 /pimd/pim_zebra.h
parentba287c33cd783d365768b5e0c3261246e335a01b (diff)
pimd: Start abstraction of zclient data structure for pim_zebra.c
Start the abstraction of the zclient data structure out from a global variable for the entire program to a global variable to the pim_zebra.c file. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_zebra.h')
-rw-r--r--pimd/pim_zebra.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_zebra.h b/pimd/pim_zebra.h
index 0c302efbd5..476185def1 100644
--- a/pimd/pim_zebra.h
+++ b/pimd/pim_zebra.h
@@ -25,6 +25,7 @@
#include "pim_ifchannel.h"
void pim_zebra_init(char *zebra_sock_path);
+void pim_zebra_zclient_update (struct vty *vty);
void pim_scan_individual_oil (struct channel_oil *c_oil);
void pim_scan_oil(void);