diff options
Diffstat (limited to 'src/burn/engine/core.h')
-rw-r--r-- | src/burn/engine/core.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/burn/engine/core.h b/src/burn/engine/core.h index c04de20a..28d7ea78 100644 --- a/src/burn/engine/core.h +++ b/src/burn/engine/core.h | |||
@@ -159,7 +159,9 @@ typedef struct _BURN_ENGINE_STATE | |||
159 | BURN_PIPE_CONNECTION companionConnection; | 159 | BURN_PIPE_CONNECTION companionConnection; |
160 | BURN_PIPE_CONNECTION embeddedConnection; | 160 | BURN_PIPE_CONNECTION embeddedConnection; |
161 | 161 | ||
162 | BOOL fCriticalShutdownInitiated; | ||
162 | BURN_RESUME_MODE resumeMode; | 163 | BURN_RESUME_MODE resumeMode; |
164 | LPCWSTR wzRestartInitiatedPackageId; | ||
163 | 165 | ||
164 | BURN_ENGINE_COMMAND internalCommand; | 166 | BURN_ENGINE_COMMAND internalCommand; |
165 | } BURN_ENGINE_STATE; | 167 | } BURN_ENGINE_STATE; |