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