aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-04-03 19:37:11 +0200
committerHarald Welte <laforge@gnumonks.org>2017-04-03 19:38:37 +0200
commit62d3296c145e88c9788274bbbf7b15bfe10b9ffd (patch)
tree15959e7c6f474a62ba056ab773fe39106182f173
parentd4089f4b072c06610c3301516de86e1ee401e125 (diff)
logging.h: #define DLSS7, DLSCCP, DLSUA, DLM3UA for libosmo-sigtran
-rw-r--r--include/osmocom/core/logging.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/osmocom/core/logging.h b/include/osmocom/core/logging.h
index 7b28b2c8..41a5d775 100644
--- a/include/osmocom/core/logging.h
+++ b/include/osmocom/core/logging.h
@@ -102,7 +102,11 @@ void logp(int subsys, const char *file, int line, int cont, const char *format,
#define DLSTATS -10 /*!< Statistics */
#define DLGSUP -11 /*!< Generic Subscriber Update Protocol */
#define DLOAP -12 /*!< Osmocom Authentication Protocol */
-#define OSMO_NUM_DLIB 12 /*!< Number of logging sub-systems in libraries */
+#define DLSS7 -13 /*!< Osmocom SS7 */
+#define DLSCCP -14 /*!< Osmocom SCCP */
+#define DLSUA -15 /*!< Osmocom SUA */
+#define DLM3UA -16 /*!< Osmocom M3UA */
+#define OSMO_NUM_DLIB 16 /*!< Number of logging sub-systems in libraries */
/*! Configuration of singgle log category / sub-system */
struct log_category {