summaryrefslogtreecommitdiff
path: root/pimd/pim_igmpv2.h
diff options
context:
space:
mode:
authorSai Gomathi <nsaigomathi@vmware.com>2021-12-03 09:41:52 -0800
committerSai Gomathi <nsaigomathi@vmware.com>2021-12-03 10:11:13 -0800
commita16db099e44dd05f7c43e3770b22cff0c8d0d0f6 (patch)
tree86a480cf0056ba5251a681094693302ff1690b1c /pimd/pim_igmpv2.h
parent517001077fe2f038adfef09bdc9b09b7e9a654d0 (diff)
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 <mrasool@vmware.com> Co-authored-by: Sarita Patra <saritap@vmware.com> Signed-off-by: Sai Gomathi <nsaigomathi@vmware.com>
Diffstat (limited to 'pimd/pim_igmpv2.h')
-rw-r--r--pimd/pim_igmpv2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_igmpv2.h b/pimd/pim_igmpv2.h
index 29591ff16c..84c14d47f6 100644
--- a/pimd/pim_igmpv2.h
+++ b/pimd/pim_igmpv2.h
@@ -21,7 +21,7 @@
#ifndef PIM_IGMPV2_H
#define PIM_IGMPV2_H
-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);