summaryrefslogtreecommitdiff
path: root/src/inc/clrconfigvalues.h
diff options
context:
space:
mode:
authorBrian Robbins <brianrob@microsoft.com>2018-01-30 16:38:39 -0800
committerGitHub <noreply@github.com>2018-01-30 16:38:39 -0800
commit1992030bcaff8f501e109f75fff93fa36175e8c0 (patch)
tree4c8404a9d12f21ba0dc10d181c2fb51e63536395 /src/inc/clrconfigvalues.h
parentb47ab2220b24502b7613c575abca0342f2a9409d (diff)
downloadcoreclr-1992030bcaff8f501e109f75fff93fa36175e8c0.tar.gz
coreclr-1992030bcaff8f501e109f75fff93fa36175e8c0.tar.bz2
coreclr-1992030bcaff8f501e109f75fff93fa36175e8c0.zip
Add COMPlus variable to control rundown. (#16109)
Diffstat (limited to 'src/inc/clrconfigvalues.h')
-rw-r--r--src/inc/clrconfigvalues.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inc/clrconfigvalues.h b/src/inc/clrconfigvalues.h
index afb67986ff..d8dbecade7 100644
--- a/src/inc/clrconfigvalues.h
+++ b/src/inc/clrconfigvalues.h
@@ -734,6 +734,7 @@ RETAIL_CONFIG_DWORD_INFO(EXTERNAL_AllowDComReflection, W("AllowDComReflection"),
RETAIL_CONFIG_DWORD_INFO(INTERNAL_EnableEventPipe, W("EnableEventPipe"), 0, "Enable/disable event pipe. Non-zero values enable tracing.")
RETAIL_CONFIG_STRING_INFO(INTERNAL_EventPipeOutputFile, W("EventPipeOutputFile"), "The full path including file name for the trace file that will be written when COMPlus_EnableEventPipe&=1")
RETAIL_CONFIG_STRING_INFO(INTERNAL_EventPipeConfig, W("EventPipeConfig"), "Configuration for EventPipe.")
+RETAIL_CONFIG_DWORD_INFO(INTERNAL_EventPipeRundown, W("EventPipeRundown"), 1, "Enable/disable eventpipe rundown.")
#ifdef FEATURE_GDBJIT
///