summaryrefslogtreecommitdiff
path: root/trace2/tr2_sysenv.h
diff options
context:
space:
mode:
Diffstat (limited to 'trace2/tr2_sysenv.h')
-rw-r--r--trace2/tr2_sysenv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/trace2/tr2_sysenv.h b/trace2/tr2_sysenv.h
index 8dd82a7a56..3292ee15bc 100644
--- a/trace2/tr2_sysenv.h
+++ b/trace2/tr2_sysenv.h
@@ -11,6 +11,7 @@
*/
enum tr2_sysenv_variable {
TR2_SYSENV_CFG_PARAM = 0,
+ TR2_SYSENV_ENV_VARS,
TR2_SYSENV_DST_DEBUG,
@@ -24,6 +25,8 @@ enum tr2_sysenv_variable {
TR2_SYSENV_PERF,
TR2_SYSENV_PERF_BRIEF,
+ TR2_SYSENV_MAX_FILES,
+
TR2_SYSENV_MUST_BE_LAST
};