summaryrefslogtreecommitdiff
path: root/src/trace.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/trace.cc')
-rw-r--r--src/trace.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/trace.cc b/src/trace.cc
index 05b9d6b..5171e46 100644
--- a/src/trace.cc
+++ b/src/trace.cc
@@ -41,6 +41,7 @@ namespace Trace {
bool enabled = false;
int sampling_core = 0;
+ int sampling_memory_partition = -1;
bool trace_streams_enabled[NUM_TRACE_STREAMS] = {false};
const char* config_str;