aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/debug.h')
-rw-r--r--src/common/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/debug.h b/src/common/debug.h
index d86af09..989ee9f 100644
--- a/src/common/debug.h
+++ b/src/common/debug.h
@@ -20,6 +20,7 @@
#define DDMS 13
#define DSMS 14
#define DSDR 15
+#define DUHD 16
#define PDEBUG(cat, level, fmt, arg...) _printdebug(__FILE__, __FUNCTION__, __LINE__, cat, level, -1, fmt, ## arg)
#define PDEBUG_CHAN(cat, level, fmt, arg...) _printdebug(__FILE__, __FUNCTION__, __LINE__, cat, level, CHAN, fmt, ## arg)