aboutsummaryrefslogtreecommitdiffstats
path: root/src/logging.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-07-29 12:47:39 +0200
committerHarald Welte <laforge@gnumonks.org>2018-07-30 17:14:53 +0200
commit95b96d4245e7eb06e92a2261b0f365eb526eab83 (patch)
treee080aeaf269c98047d3f717522f17185d0f79159 /src/logging.h
parent9b6bc9e4798b85c141753b185c10ac9b6ee7cf20 (diff)
USSD: Add new "DSS" logging category and use it appropriately
Diffstat (limited to 'src/logging.h')
-rw-r--r--src/logging.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/logging.h b/src/logging.h
index fdaf5d1..ed24075 100644
--- a/src/logging.h
+++ b/src/logging.h
@@ -7,6 +7,7 @@ enum {
DDB,
DGSUP,
DAUC,
+ DSS,
};
extern const struct log_info hlr_log_info;