diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-06-06 09:17:40 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-06-06 11:43:00 -0400 |
| commit | 9bd7302f90d0ff5a5d5b46b1514a8b2f64440664 (patch) | |
| tree | 718b5b2a5496386a69912d580ab12d3e0bdc2104 /pimd/pim_igmp.h | |
| parent | 9c1e09ba8e727f5afd450842a6a9c7121416da91 (diff) | |
pimd: Remove unnecessary parameter
We were already passing in the interface name, no need
to do it twice.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_igmp.h')
| -rw-r--r-- | pimd/pim_igmp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pimd/pim_igmp.h b/pimd/pim_igmp.h index d45f223ba8..f8a31cdff6 100644 --- a/pimd/pim_igmp.h +++ b/pimd/pim_igmp.h @@ -173,4 +173,7 @@ void igmp_startup_mode_on(struct igmp_sock *igmp); void igmp_group_timer_on(struct igmp_group *group, long interval_msec, const char *ifname); +struct igmp_source * +source_new (struct igmp_group *group, + struct in_addr src_addr); #endif /* PIM_IGMP_H */ |
