aboutsummaryrefslogtreecommitdiffstats
path: root/src/debug.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2008-12-30 14:59:01 +0000
committerHarald Welte <laforge@gnumonks.org>2008-12-30 14:59:01 +0000
commitb0f4793f90998a5fc8e619252011d46c7b27a241 (patch)
treeb6ea548c4fe670d47c9c8821d86e89df9cd91255 /src/debug.c
parent523200b11b5089e1dc81d122a194cd5c0279c529 (diff)
export debug_flags
Diffstat (limited to 'src/debug.c')
-rw-r--r--src/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug.c b/src/debug.c
index cd6573968..ecd7be11d 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -28,7 +28,7 @@
#include <openbsc/debug.h>
-static unsigned int debug_mask = 0xffffffff & ~(DMI|DMIB);
+unsigned int debug_mask = 0xffffffff & ~(DMI|DMIB);
struct debug_info {
const char *name;