summaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-06-22 13:40:00 +0200
committerDavid Härdeman <david@hardeman.nu>2020-06-22 13:40:00 +0200
commit39e8956d056b6b3cb886cdc2ff7eae8b07b53fcc (patch)
tree5d9741121a414a29450357388eb9b70270ce59d3 /main.h
parent6a0ce89e1110cb49ed1c00bec2d96073b9378cb3 (diff)
Properly hook up igmp with announce
Diffstat (limited to 'main.h')
-rw-r--r--main.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/main.h b/main.h
index ac3e0a2..05c5c82 100644
--- a/main.h
+++ b/main.h
@@ -20,15 +20,15 @@ enum debug_lvl {
DBG_REF = (0x1 << 5),
DBG_MALLOC = (0x1 << 6),
DBG_ANN = (0x1 << 7),
- DBG_SIG = (0x1 << 7),
- DBG_UR = (0x1 << 8),
- DBG_SRV = (0x1 << 9),
- DBG_PROXY = (0x1 << 10),
- DBG_RCON = (0x1 << 11),
- DBG_IDLE = (0x1 << 12),
- DBG_IGMP = (0x1 << 13),
- DBG_SYSD = (0x1 << 14),
- DBG_DNS = (0x1 << 15),
+ DBG_SIG = (0x1 << 8),
+ DBG_UR = (0x1 << 9),
+ DBG_SRV = (0x1 << 10),
+ DBG_PROXY = (0x1 << 11),
+ DBG_RCON = (0x1 << 12),
+ DBG_IDLE = (0x1 << 13),
+ DBG_IGMP = (0x1 << 14),
+ DBG_SYSD = (0x1 << 15),
+ DBG_DNS = (0x1 << 16),
};
static inline bool