diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-22 11:09:13 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-07-24 13:51:37 -0400 | 
| commit | 71ad9915e7e5bc224fb1dd84ac709776465720f6 (patch) | |
| tree | dfa82cf9cc8f8e95d1054c7ff9cd2e8e3e199529 /pimd/pimd.h | |
| parent | 472ad3832c1db4802a604e44e049ada8f04b53fa (diff) | |
pimd: Make pim_ssmpingd.c 'struct pim_instance' aware
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pimd.h')
| -rw-r--r-- | pimd/pimd.h | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/pimd/pimd.h b/pimd/pimd.h index 8bb04ba651..05689d30c8 100644 --- a/pimd/pimd.h +++ b/pimd/pimd.h @@ -137,8 +137,6 @@ struct thread *qpim_rpf_cache_refresher;  int64_t qpim_rpf_cache_refresh_requests;  int64_t qpim_rpf_cache_refresh_events;  int64_t qpim_rpf_cache_refresh_last; -struct list *qpim_ssmpingd_list; /* list of struct ssmpingd_sock */ -struct in_addr qpim_ssmpingd_group_addr;  int64_t qpim_scan_oil_events;  int64_t qpim_scan_oil_last;  int64_t qpim_nexthop_lookups;  | 
