diff options
Diffstat (limited to 'src/burn/engine/plan.h')
-rw-r--r-- | src/burn/engine/plan.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/burn/engine/plan.h b/src/burn/engine/plan.h index 0734e39f..3dce8e5d 100644 --- a/src/burn/engine/plan.h +++ b/src/burn/engine/plan.h | |||
@@ -280,6 +280,9 @@ typedef struct _BURN_PLAN | |||
280 | BURN_EXECUTE_ACTION* rgRollbackActions; | 280 | BURN_EXECUTE_ACTION* rgRollbackActions; |
281 | DWORD cRollbackActions; | 281 | DWORD cRollbackActions; |
282 | 282 | ||
283 | BURN_EXECUTE_ACTION* rgRestoreRelatedBundleActions; | ||
284 | DWORD cRestoreRelatedBundleActions; | ||
285 | |||
283 | BURN_CLEAN_ACTION* rgCleanActions; | 286 | BURN_CLEAN_ACTION* rgCleanActions; |
284 | DWORD cCleanActions; | 287 | DWORD cCleanActions; |
285 | 288 | ||
@@ -394,6 +397,7 @@ HRESULT PlanRelatedBundlesBegin( | |||
394 | __in BURN_PLAN* pPlan | 397 | __in BURN_PLAN* pPlan |
395 | ); | 398 | ); |
396 | HRESULT PlanRelatedBundlesComplete( | 399 | HRESULT PlanRelatedBundlesComplete( |
400 | __in BURN_USER_EXPERIENCE* pUserExperience, | ||
397 | __in BURN_REGISTRATION* pRegistration, | 401 | __in BURN_REGISTRATION* pRegistration, |
398 | __in BURN_PLAN* pPlan, | 402 | __in BURN_PLAN* pPlan, |
399 | __in BURN_LOGGING* pLog, | 403 | __in BURN_LOGGING* pLog, |