From 8fd85578bc7174155e1bb9e98a0d7cdbf85749af Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 27 Feb 2018 19:43:10 +0100 Subject: core/logging.h: Add logging category for jitter buffer Forthcoming jitter buffer code in libosmo-netif will make use of it. Change-Id: I2434f9dfa401f736bc62a2ddce920e587cd8c517 --- src/logging.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/logging.c') 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 */ -- cgit v1.2.3