summaryrefslogtreecommitdiff
path: root/src/idle-debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/idle-debug.h')
-rw-r--r--src/idle-debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/idle-debug.h b/src/idle-debug.h
index 9564bc0..ac933bf 100644
--- a/src/idle-debug.h
+++ b/src/idle-debug.h
@@ -31,6 +31,7 @@ typedef enum {
IDLE_DEBUG_PARSER = (1 << 5),
IDLE_DEBUG_TEXT = (1 << 6),
IDLE_DEBUG_ROOMLIST = (1 << 7),
+ IDLE_DEBUG_TLS = (1 << 8),
} IdleDebugFlags;
void idle_debug_init (void);