aboutsummaryrefslogtreecommitdiff
path: root/src/engine/plan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/plan.h')
-rw-r--r--src/engine/plan.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/engine/plan.h b/src/engine/plan.h
index 4fd3380e..5fddd72f 100644
--- a/src/engine/plan.h
+++ b/src/engine/plan.h
@@ -325,6 +325,7 @@ typedef struct _BURN_PLAN
325 DWORD dwRegistrationOperations; 325 DWORD dwRegistrationOperations;
326 BOOL fKeepRegistrationDefault; 326 BOOL fKeepRegistrationDefault;
327 BOOL fDisallowRemoval; 327 BOOL fDisallowRemoval;
328 BOOL fDisableRollback;
328 329
329 DWORD64 qwCacheSizeTotal; 330 DWORD64 qwCacheSizeTotal;
330 331
@@ -366,6 +367,8 @@ typedef struct _BURN_PLAN
366 BURN_CACHE_PAYLOAD_PROGRESS* rgPayloadProgress; 367 BURN_CACHE_PAYLOAD_PROGRESS* rgPayloadProgress;
367 DWORD cPayloadProgress; 368 DWORD cPayloadProgress;
368 STRINGDICT_HANDLE shPayloadProgress; 369 STRINGDICT_HANDLE shPayloadProgress;
370
371 DWORD dwNextCheckpointId;
369} BURN_PLAN; 372} BURN_PLAN;
370 373
371 374