summaryrefslogtreecommitdiff
path: root/src/trace.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/trace.h')
-rw-r--r--src/trace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/trace.h b/src/trace.h
index c7b389e..a79b4a0 100644
--- a/src/trace.h
+++ b/src/trace.h
@@ -46,6 +46,7 @@ namespace Trace {
extern bool enabled;
extern int sampling_core;
+ extern int sampling_memory_partition;
extern const char* trace_streams_str[];
extern bool trace_streams_enabled[NUM_TRACE_STREAMS];
extern const char* config_str;