Module: kamailio
Branch: master
Commit: 4357b5e6be2a71a401e9d53c43e787b9bfcc8ed0
URL:
https://github.com/kamailio/kamailio/commit/4357b5e6be2a71a401e9d53c43e787b…
Author: Federico Cabiddu <federico.cabiddu(a)gmail.com>
Committer: Federico Cabiddu <federico.cabiddu(a)gmail.com>
Date: 2020-04-28T16:22:40+02:00
core: define KSR_STATS_NAMESEP for stats name separator
---
Modified: src/core/config.h
---
Diff:
https://github.com/kamailio/kamailio/commit/4357b5e6be2a71a401e9d53c43e787b…
Patch:
https://github.com/kamailio/kamailio/commit/4357b5e6be2a71a401e9d53c43e787b…
---
diff --git a/src/core/config.h b/src/core/config.h
index 63ff8dc26c..6af3dfecfd 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -211,4 +211,6 @@
#define DEFAULT_MAX_WHILE_LOOPS 100 /*!< Maximum allowed iterations for a while (to
catch runaways) */
+#define KSR_STATS_NAMESEP '_'
+
#endif