diff options
author | Everton Marques <everton.marques@gmail.com> | 2014-07-22 14:52:57 -0300 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2015-02-04 06:07:58 +0100 |
commit | 3456a80f5f8e6e44c30453bd92eabf5faf7ab25b (patch) | |
tree | 878fe14709ab997bdd7f793e1bf102edece1995c /pimd/pimd.h | |
parent | ee61109c045f3c9960ec52912ebdbb8998ac63a1 (diff) | |
download | quagga-3456a80f5f8e6e44c30453bd92eabf5faf7ab25b.tar.bz2 quagga-3456a80f5f8e6e44c30453bd92eabf5faf7ab25b.tar.xz |
pimd: clear zclient-update: Reset zclient update connection to zebra daemon
Diffstat (limited to 'pimd/pimd.h')
-rw-r--r-- | pimd/pimd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pimd.h b/pimd/pimd.h index 68b11994..b0a1b648 100644 --- a/pimd/pimd.h +++ b/pimd/pimd.h @@ -80,6 +80,7 @@ struct list *qpim_channel_oil_list; /* list of struct channel_oil * struct in_addr qpim_all_pim_routers_addr; int qpim_t_periodic; /* Period between Join/Prune Messages */ struct list *qpim_upstream_list; /* list of struct pim_upstream */ +struct zclient *qpim_zclient_update; struct zclient *qpim_zclient_lookup; struct pim_assert_metric qpim_infinite_assert_metric; long qpim_rpf_cache_refresh_delay_msec; |