summaryrefslogtreecommitdiff
path: root/src/inc/profilepriv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inc/profilepriv.h')
-rw-r--r--src/inc/profilepriv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/inc/profilepriv.h b/src/inc/profilepriv.h
index 647457e932..a5e23987d2 100644
--- a/src/inc/profilepriv.h
+++ b/src/inc/profilepriv.h
@@ -117,6 +117,8 @@ struct ProfControlBlock
BOOL fConcurrentGCDisabledForAttach;
Volatile<BOOL> fProfControlBlockInitialized;
+
+ Volatile<BOOL> fProfilerRequestedRuntimeSuspend;
void Init();
void ResetPerSessionStatus();