diff options
Diffstat (limited to 'pimd/pim_upstream.h')
-rw-r--r-- | pimd/pim_upstream.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pimd/pim_upstream.h b/pimd/pim_upstream.h index 46aaef39b..a91a9ae37 100644 --- a/pimd/pim_upstream.h +++ b/pimd/pim_upstream.h @@ -146,6 +146,8 @@ int pim_upstream_switch_to_spt_desired (struct prefix_sg *sg); #define SwitchToSptDesired(sg) pim_upstream_switch_to_spt_desired (sg) int pim_upstream_is_sg_rpt (struct pim_upstream *up); +void pim_upstream_set_sptbit (struct pim_upstream *up, struct interface *incoming); + void pim_upstream_start_register_stop_timer (struct pim_upstream *up, int null_register); void pim_upstream_send_join (struct pim_upstream *up); |