aboutsummaryrefslogtreecommitdiff
path: root/src/engine/core.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/engine/core.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/engine/core.h b/src/engine/core.h
index fae4bfe5..fd7311e3 100644
--- a/src/engine/core.h
+++ b/src/engine/core.h
@@ -78,6 +78,10 @@ enum BURN_AU_PAUSE_ACTION
78typedef struct _BURN_ENGINE_STATE 78typedef struct _BURN_ENGINE_STATE
79{ 79{
80 // UX flow control 80 // UX flow control
81 BOOL fDetected;
82 BOOL fPlanned;
83 BOOL fApplied;
84 BOOL fQuit;
81 //BOOL fSuspend; // Is TRUE when UX made Suspend() call on core. 85 //BOOL fSuspend; // Is TRUE when UX made Suspend() call on core.
82 //BOOL fForcedReboot; // Is TRUE when UX made Reboot() call on core. 86 //BOOL fForcedReboot; // Is TRUE when UX made Reboot() call on core.
83 //BOOL fCancelled; // Is TRUE when UX return cancel on UX OnXXX() methods. 87 //BOOL fCancelled; // Is TRUE when UX return cancel on UX OnXXX() methods.