summaryrefslogtreecommitdiffstats
path: root/src/proto/igmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto/igmp.c')
-rw-r--r--src/proto/igmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/igmp.c b/src/proto/igmp.c
index aad530f7..4d4df900 100644
--- a/src/proto/igmp.c
+++ b/src/proto/igmp.c
@@ -112,7 +112,7 @@ static void process_igmp ( unsigned long now, unsigned short ptype __unused,
}
}
-static struct background igmp_background __background = {
+struct background igmp_background __background = {
.send = send_igmp_reports,
.process = process_igmp,
};