aboutsummaryrefslogtreecommitdiffstats
path: root/src/logging.c
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-02-27 19:43:10 +0100
committerHarald Welte <laforge@gnumonks.org>2018-02-27 21:11:27 +0000
commit8fd85578bc7174155e1bb9e98a0d7cdbf85749af (patch)
treef2f23bd585ebb7fb747dd472d9a71b6daf078725 /src/logging.c
parent38c902b7765c2c689a8dbed8e0f832c504d74845 (diff)
core/logging.h: Add logging category for jitter buffer
Forthcoming jitter buffer code in libosmo-netif will make use of it. Change-Id: I2434f9dfa401f736bc62a2ddce920e587cd8c517
Diffstat (limited to 'src/logging.c')
-rw-r--r--src/logging.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/logging.c b/src/logging.c
index 66074ea0..147b1fb7 100644
--- a/src/logging.c
+++ b/src/logging.c
@@ -168,6 +168,11 @@ static const struct log_info_cat internal_cat[OSMO_NUM_DLIB] = {
.description = "libosmo-mgcp Media Gateway Control Protocol",
.enabled = 1, .loglevel = LOGL_NOTICE,
},
+ [INT2IDX(DLJIBUF)] = {
+ .name = "DLJIBUF",
+ .description = "libosmo-netif Jitter Buffer",
+ .enabled = 1, .loglevel = LOGL_NOTICE,
+ },
};
/*! descriptive string for each log level */