diff options
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; |