From 7b2240a7a9387068f8da0f9bfeac90ec27034878 Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Tue, 16 Jun 2020 15:29:15 +0200 Subject: Convert server and uring to debugging --- main.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main.h') diff --git a/main.h b/main.h index 5d34042..4d73f2b 100644 --- a/main.h +++ b/main.h @@ -21,6 +21,8 @@ enum debug_category { DBG_MALLOC = (0x1 << 6), DBG_ANN = (0x1 << 7), DBG_SIG = (0x1 << 7), + DBG_UR = (0x1 << 8), + DBG_SRV = (0x1 << 9), }; static inline bool -- cgit v1.2.3