diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-10-07 16:25:08 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-12-22 02:26:11 +0100 |
commit | 0f5889897125e5ba5d62bc1151cec3c7d6c6d404 (patch) | |
tree | 54c98d701ffd158f2b7c964206255e9dde8c7b9a /pimd/pimd.h | |
parent | pimd: Only delete on KAT when created by stream (diff) | |
download | frr-0f5889897125e5ba5d62bc1151cec3c7d6c6d404.tar.xz frr-0f5889897125e5ba5d62bc1151cec3c7d6c6d404.zip |
pimd: Add hash lookups for upstream
Diffstat (limited to 'pimd/pimd.h')
-rw-r--r-- | pimd/pimd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pimd/pimd.h b/pimd/pimd.h index 46b3e5ce7..f43507232 100644 --- a/pimd/pimd.h +++ b/pimd/pimd.h @@ -97,7 +97,6 @@ int qpim_mroute_oif_highest_vif_index; 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 pim_assert_metric qpim_infinite_assert_metric; long qpim_rpf_cache_refresh_delay_msec; |