summaryrefslogtreecommitdiff
path: root/pimd/pim_igmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'pimd/pim_igmp.h')
-rw-r--r--pimd/pim_igmp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_igmp.h b/pimd/pim_igmp.h
index 1d514086f6..5bf68d1507 100644
--- a/pimd/pim_igmp.h
+++ b/pimd/pim_igmp.h
@@ -75,7 +75,7 @@
output |= *((ptr) + 1); \
} while (0)
-struct igmp_join {
+struct gm_join {
struct in_addr group_addr;
struct in_addr source_addr;
int sock_fd;