diff options
author | Everton Marques <everton.marques@gmail.com> | 2009-10-08 15:06:32 -0300 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2015-02-04 06:07:51 +0100 |
commit | e8c11bbf75c881e3beaadb85d5485161855424a7 (patch) | |
tree | e8b0cb484ff1f3df68746233ed84e07ed425ca3c /pimd/pimd.h | |
parent | 824adbea2d8d78f626f32d5b7900121fdebf6937 (diff) | |
download | quagga-e8c11bbf75c881e3beaadb85d5485161855424a7.tar.bz2 quagga-e8c11bbf75c881e3beaadb85d5485161855424a7.tar.xz |
[pim] T41 DONE ssmping support
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 a2dc6430..b42c54cf 100644 --- a/pimd/pimd.h +++ b/pimd/pimd.h @@ -86,6 +86,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 */ +struct in_addr qpim_ssmpingd_group_addr; #define PIM_JP_HOLDTIME (qpim_t_periodic * 7 / 2) |