Browse Source

core: define KSR_STATS_NAMESEP for stats name separator

Federico Cabiddu 5 years ago
parent
commit
4357b5e6be
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/core/config.h

+ 2 - 0
src/core/config.h

@@ -211,4 +211,6 @@
 
 
 #define DEFAULT_MAX_WHILE_LOOPS 100		/*!< Maximum allowed iterations for a while (to catch runaways) */
 #define DEFAULT_MAX_WHILE_LOOPS 100		/*!< Maximum allowed iterations for a while (to catch runaways) */
 
 
+#define KSR_STATS_NAMESEP '_' 
+
 #endif
 #endif