diff options
author | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2017-07-11 18:43:09 +0200 |
---|---|---|
committer | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2017-07-18 10:47:56 +0000 |
commit | a7ccf6158c1e0ad87bda1f5cac07b4aa1bbcf6b2 (patch) | |
tree | 0aab6a1ade418a39fbaf2df0028de9cc749697e3 /include | |
parent | 5ade8f4b726985c1d61baf1037dd3d1f3aa1f121 (diff) |
add DLMGCP logging category for libosmo-mgcp
In the course of splitting up the openbsc.git repository, we will create
libosmo-mgcp and need a library logging category for that purpose.
Change-Id: I09c587e2d59472cbde852d467d457254746d9e67
Diffstat (limited to 'include')
-rw-r--r-- | include/osmocom/core/logging.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/osmocom/core/logging.h b/include/osmocom/core/logging.h index e058a576..86a6977f 100644 --- a/include/osmocom/core/logging.h +++ b/include/osmocom/core/logging.h @@ -104,7 +104,8 @@ void logp(int subsys, const char *file, int line, int cont, const char *format, #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 */ +#define DLMGCP -17 /*!< Osmocom MGCP */ +#define OSMO_NUM_DLIB 17 /*!< Number of logging sub-systems in libraries */ /*! Configuration of single log category / sub-system */ struct log_category { |