From a16db099e44dd05f7c43e3770b22cff0c8d0d0f6 Mon Sep 17 00:00:00 2001 From: Sai Gomathi Date: Fri, 3 Dec 2021 09:41:52 -0800 Subject: pimd: Modifying name of struct igmp_group to struct gm_group for IPv6. Modifying name of struct igmp_group to struct gm_group, which is to be used by both IPv4 and IPv6(for both MLD and IGMP). Co-authored-by: Mobashshera Rasool Co-authored-by: Sarita Patra Signed-off-by: Sai Gomathi --- pimd/pim_igmpv2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pimd/pim_igmpv2.c') diff --git a/pimd/pim_igmpv2.c b/pimd/pim_igmpv2.c index 6eadf87c83..c3599ee948 100644 --- a/pimd/pim_igmpv2.c +++ b/pimd/pim_igmpv2.c @@ -39,7 +39,7 @@ static void on_trace(const char *label, struct interface *ifp, } } -void igmp_v2_send_query(struct igmp_group *group, int fd, const char *ifname, +void igmp_v2_send_query(struct gm_group *group, int fd, const char *ifname, char *query_buf, struct in_addr dst_addr, struct in_addr group_addr, int query_max_response_time_dsec) -- cgit v1.2.3