summaryrefslogtreecommitdiff
path: root/src/inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/inc')
-rw-r--r--src/inc/corprof.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/inc/corprof.idl b/src/inc/corprof.idl
index 1d66137b10..0be4ae82fb 100644
--- a/src/inc/corprof.idl
+++ b/src/inc/corprof.idl
@@ -708,6 +708,7 @@ typedef enum
COR_PRF_SUSPEND_FOR_INPROC_DEBUGGER = 6,
COR_PRF_SUSPEND_FOR_GC_PREP = 7,
COR_PRF_SUSPEND_FOR_REJIT = 8,
+ COR_PRF_SUSPEND_FOR_PROFILER = 9,
} COR_PRF_SUSPEND_REASON;
/*
@@ -1431,6 +1432,8 @@ interface ICorProfilerCallback : IUnknown
* the runtime is preparing for a GC.
* COR_PRF_SUSPEND_FOR_INPROC_DEBUGGER
* the runtime is suspending for in-process debugging.
+ * COR_PRF_SUSPEND_FOR_PROFILER
+ * the runtime is suspending because of ICorProfilerInfo10::SuspendRuntime.
* COR_PRF_SUSPEND_OTHER
* the runtime is suspending for a reason other than those above.
*/