diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-12-09 11:05:08 -0500 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-01-30 10:04:05 -0500 | 
| commit | 8799b66b94ffcf42ad5660b8863f4341cf30c80d (patch) | |
| tree | 6a0632d514ea72d6fdaf66314f250f2701a2f4f4 /pimd/pim_zebra.h | |
| parent | ba287c33cd783d365768b5e0c3261246e335a01b (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.h | 1 | 
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);  | 
