aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/debug.h
diff options
context:
space:
mode:
authorDaniel Willmann <daniel@totalueberwachung.de>2011-07-19 12:14:34 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-07-19 20:07:20 +0200
commit1c33d4c00d780fccede8216a22c702c399c67f21 (patch)
tree67140277f8045ea2ab2ac9c25d07c16fa0a57dca /openbsc/include/openbsc/debug.h
parentfc83a36cbd00ea06ec7053b5fbe628556cc3d9c1 (diff)
libcommon: Add DCTRL logging destination for libctrl related messages
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 ff4aec1d5..d78252a93 100644
--- a/openbsc/include/openbsc/debug.h
+++ b/openbsc/include/openbsc/debug.h
@@ -35,6 +35,7 @@ enum {
DLLC,
DSNDCP,
DNAT,
+ DCTRL,
Debug_LastEntry,
};