commit | 96f91aefc06477e73d0e93008b51fc6e87fa2bc4 | [log] [tgz] |
---|---|---|
author | Everton Marques <everton.marques@gmail.com> | Wed Oct 07 18:41:45 2009 -0300 |
committer | David Lamparter <equinox@opensourcerouting.org> | Wed Feb 04 06:07:51 2015 +0100 |
tree | 265cbea8c87ceea986c2764969361c49556d8f77 | |
parent | ccc5d2bb9b7a395375a34cb6a6b703d78e885b1d [diff] [blame] |
[pim] Skeleton for ssmpingd support
diff --git a/pimd/pimd.h b/pimd/pimd.h index 6ee91e7..bdf83b4 100644 --- a/pimd/pimd.h +++ b/pimd/pimd.h
@@ -84,6 +84,7 @@ int64_t qpim_rpf_cache_refresh_events; int64_t qpim_rpf_cache_refresh_last; struct in_addr qpim_inaddr_any; +struct list *qpim_ssmpingd_list; /* list of struct ssmpingd_sock */ #define PIM_JP_HOLDTIME (qpim_t_periodic * 7 / 2)