diff options
Diffstat (limited to 'pimd/pim_upstream.h')
| -rw-r--r-- | pimd/pim_upstream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_upstream.h b/pimd/pim_upstream.h index 8feffb8fdb..3841d1af7b 100644 --- a/pimd/pim_upstream.h +++ b/pimd/pim_upstream.h @@ -317,7 +317,7 @@ void pim_upstream_update_join_desired(struct pim_instance *pim, struct pim_upstream *up); void pim_update_suppress_timers(uint32_t suppress_time); -void pim_upstream_join_suppress(struct pim_upstream *up, struct prefix rpf, +void pim_upstream_join_suppress(struct pim_upstream *up, pim_addr rpf, int holdtime); void pim_upstream_join_timer_decrease_to_t_override(const char *debug_label, |
