summaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-06-16 15:29:15 +0200
committerDavid Härdeman <david@hardeman.nu>2020-06-16 15:29:15 +0200
commit7b2240a7a9387068f8da0f9bfeac90ec27034878 (patch)
tree4eb0c96637ee0d9b2676ecc11fbaa98775a743df /main.h
parent8856becf34868c2ebaefff9baa294c21462f281b (diff)
Convert server and uring to debugging
Diffstat (limited to 'main.h')
-rw-r--r--main.h2
1 files changed, 2 insertions, 0 deletions
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