From 7866e76865a125c6b714e7c5833cd4e0aafe27e1 Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Tue, 16 Jun 2020 22:05:56 +0200 Subject: Convert systemd to use debugging --- main.h | 1 + 1 file changed, 1 insertion(+) (limited to 'main.h') diff --git a/main.h b/main.h index 132e81a..dd93474 100644 --- a/main.h +++ b/main.h @@ -27,6 +27,7 @@ enum debug_category { DBG_RCON = (0x1 << 11), DBG_IDLE = (0x1 << 12), DBG_IGMP = (0x1 << 13), + DBG_SYSD = (0x1 << 14), }; static inline bool -- cgit v1.2.3