aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/debug.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@netfilter.org>2009-12-24 11:39:14 +0100
committerHarald Welte <laforge@netfilter.org>2009-12-24 11:39:51 +0100
commitae1f159dc48a64e337eeb98269922169108d0ddf (patch)
tree64cbe8539a2fc53a0832e5b29dee71c689012ef0 /openbsc/include/openbsc/debug.h
parent0b906d0e1a00c0568b3574cd91d8682be4c4a12b (diff)
Converrt the database later to use DEBUGP/LOGP instead of stderr
Diffstat (limited to 'openbsc/include/openbsc/debug.h')
-rw-r--r--openbsc/include/openbsc/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/debug.h b/openbsc/include/openbsc/debug.h
index 129956d8e..a94be580e 100644
--- a/openbsc/include/openbsc/debug.h
+++ b/openbsc/include/openbsc/debug.h
@@ -26,6 +26,7 @@ enum {
DMSC,
DMGCP,
DHO,
+ DDB,
Debug_LastEntry,
};