diff options
Diffstat (limited to 'src/burn/engine/plan.h')
-rw-r--r-- | src/burn/engine/plan.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/burn/engine/plan.h b/src/burn/engine/plan.h index 00a5bf0d..224f3806 100644 --- a/src/burn/engine/plan.h +++ b/src/burn/engine/plan.h | |||
@@ -230,6 +230,7 @@ typedef struct _BURN_PLAN | |||
230 | { | 230 | { |
231 | BOOTSTRAPPER_ACTION action; | 231 | BOOTSTRAPPER_ACTION action; |
232 | BURN_CACHE* pCache; | 232 | BURN_CACHE* pCache; |
233 | BOOTSTRAPPER_COMMAND* pCommand; | ||
233 | BURN_ENGINE_COMMAND* pInternalCommand; | 234 | BURN_ENGINE_COMMAND* pInternalCommand; |
234 | BURN_PAYLOADS* pPayloads; | 235 | BURN_PAYLOADS* pPayloads; |
235 | LPWSTR wzBundleId; // points directly into parent the ENGINE_STATE. | 236 | LPWSTR wzBundleId; // points directly into parent the ENGINE_STATE. |
@@ -326,10 +327,8 @@ HRESULT PlanLayoutBundle( | |||
326 | ); | 327 | ); |
327 | HRESULT PlanForwardCompatibleBundles( | 328 | HRESULT PlanForwardCompatibleBundles( |
328 | __in BURN_USER_EXPERIENCE* pUX, | 329 | __in BURN_USER_EXPERIENCE* pUX, |
329 | __in BOOTSTRAPPER_COMMAND* pCommand, | ||
330 | __in BURN_PLAN* pPlan, | 330 | __in BURN_PLAN* pPlan, |
331 | __in BURN_REGISTRATION* pRegistration, | 331 | __in BURN_REGISTRATION* pRegistration |
332 | __in BOOTSTRAPPER_ACTION action | ||
333 | ); | 332 | ); |
334 | HRESULT PlanPackages( | 333 | HRESULT PlanPackages( |
335 | __in BURN_USER_EXPERIENCE* pUX, | 334 | __in BURN_USER_EXPERIENCE* pUX, |
@@ -446,7 +445,6 @@ HRESULT PlanRollbackBoundaryComplete( | |||
446 | HRESULT PlanSetResumeCommand( | 445 | HRESULT PlanSetResumeCommand( |
447 | __in BURN_PLAN* pPlan, | 446 | __in BURN_PLAN* pPlan, |
448 | __in BURN_REGISTRATION* pRegistration, | 447 | __in BURN_REGISTRATION* pRegistration, |
449 | __in BOOTSTRAPPER_COMMAND* pCommand, | ||
450 | __in BURN_LOGGING* pLog | 448 | __in BURN_LOGGING* pLog |
451 | ); | 449 | ); |
452 | void PlanDump( | 450 | void PlanDump( |