[sr-dev] git:master:4357b5e6: core: define KSR_STATS_NAMESEP for stats name separator

Federico Cabiddu federico.cabiddu at gmail.com
Sat May 2 16:22:13 CEST 2020


Module: kamailio
Branch: master
Commit: 4357b5e6be2a71a401e9d53c43e787b9bfcc8ed0
URL: https://github.com/kamailio/kamailio/commit/4357b5e6be2a71a401e9d53c43e787b9bfcc8ed0

Author: Federico Cabiddu <federico.cabiddu at gmail.com>
Committer: Federico Cabiddu <federico.cabiddu at 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/4357b5e6be2a71a401e9d53c43e787b9bfcc8ed0.diff
Patch: https://github.com/kamailio/kamailio/commit/4357b5e6be2a71a401e9d53c43e787b9bfcc8ed0.patch

---

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




More information about the sr-dev mailing list