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 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) |