aboutsummaryrefslogtreecommitdiff
path: root/src/engine/plan.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/engine/plan.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/plan.h b/src/engine/plan.h
index e72186c7..77f82e1f 100644
--- a/src/engine/plan.h
+++ b/src/engine/plan.h
@@ -314,6 +314,7 @@ typedef struct _BURN_PLAN
314 BOOL fDisallowRemoval; 314 BOOL fDisallowRemoval;
315 BOOL fDisableRollback; 315 BOOL fDisableRollback;
316 BOOL fAffectedMachineState; 316 BOOL fAffectedMachineState;
317 BOOL fIgnoreAllDependents;
317 318
318 DWORD64 qwCacheSizeTotal; 319 DWORD64 qwCacheSizeTotal;
319 320