aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/debug.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@netfilter.org>2009-12-24 11:46:44 +0100
committerHarald Welte <laforge@netfilter.org>2009-12-24 11:46:44 +0100
commitd0c19148ddbf4484aa55d7e738df1996555c5859 (patch)
tree56bd39bcddaaf9b123f9b0779e19a4f6b7d7d849 /openbsc/include/openbsc/debug.h
parentae1f159dc48a64e337eeb98269922169108d0ddf (diff)
[debug] Introduce DREF debug category for reference counting
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 a94be580e..f9c4afdbc 100644
--- a/openbsc/include/openbsc/debug.h
+++ b/openbsc/include/openbsc/debug.h
@@ -27,6 +27,7 @@ enum {
DMGCP,
DHO,
DDB,
+ DREF,
Debug_LastEntry,
};