summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-06-16 21:51:45 +0200
committerDavid Härdeman <david@hardeman.nu>2020-06-16 21:51:45 +0200
commit4f727471762d47a0d5690c18a98bb3682ea901b0 (patch)
treec00a55f9dad472504729503031e81aba9c03b957 /main.c
parent1403daed9fea438a0a5d03c3efeeb414854c66d4 (diff)
Convert igmp to use debugging
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.c b/main.c
index 0fa4ea8..d7d31a5 100644
--- a/main.c
+++ b/main.c
@@ -113,6 +113,9 @@ const struct {
.name = "idle",
.val = DBG_IDLE
},{
+ .name = "igmp",
+ .val = DBG_IGMP
+ },{
.name = NULL,
.val = 0
}