aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-12-04 14:35:21 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-12-04 14:39:14 +0100
commita5dc19dc4053e45a4a9ae8facfbdb7393ad5fe69 (patch)
treeb24e3f2cd3fe238ac3dd7b9086834956eb78800b /include
parent9f0f978c8daa764d01f0892ef7b5e443f7c551a8 (diff)
gtp: Add a global region for the gtp library of OpenGGSN
We want to use libosmocore/libosmovty in the GGSN sourcecode and reserve a global region here.
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/core/logging.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/osmocom/core/logging.h b/include/osmocom/core/logging.h
index 4c893ac4..c37c9f33 100644
--- a/include/osmocom/core/logging.h
+++ b/include/osmocom/core/logging.h
@@ -68,7 +68,8 @@ void logp(int subsys, const char *file, int line, int cont, const char *format,
#define DLMIB -6
#define DLSMS -7
#define DLCTRL -8
-#define OSMO_NUM_DLIB 8
+#define DLGTP -9
+#define OSMO_NUM_DLIB 9
struct log_category {
uint8_t loglevel;