summaryrefslogtreecommitdiff
path: root/src/burn/engine/userexperience.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/burn/engine/userexperience.cpp')
-rw-r--r--src/burn/engine/userexperience.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/burn/engine/userexperience.cpp b/src/burn/engine/userexperience.cpp
index a1a010d2..a3cbcd4a 100644
--- a/src/burn/engine/userexperience.cpp
+++ b/src/burn/engine/userexperience.cpp
@@ -2169,6 +2169,7 @@ EXTERN_C BAAPI UserExperienceOnPlanPackageBegin(
2169 __in BOOTSTRAPPER_PACKAGE_STATE state, 2169 __in BOOTSTRAPPER_PACKAGE_STATE state,
2170 __in BOOL fCached, 2170 __in BOOL fCached,
2171 __in BOOTSTRAPPER_PACKAGE_CONDITION_RESULT installCondition, 2171 __in BOOTSTRAPPER_PACKAGE_CONDITION_RESULT installCondition,
2172 __in BOOTSTRAPPER_PACKAGE_CONDITION_RESULT repairCondition,
2172 __inout BOOTSTRAPPER_REQUEST_STATE* pRequestedState, 2173 __inout BOOTSTRAPPER_REQUEST_STATE* pRequestedState,
2173 __inout BOOTSTRAPPER_CACHE_TYPE* pRequestedCacheType 2174 __inout BOOTSTRAPPER_CACHE_TYPE* pRequestedCacheType
2174 ) 2175 )
@@ -2182,6 +2183,7 @@ EXTERN_C BAAPI UserExperienceOnPlanPackageBegin(
2182 args.state = state; 2183 args.state = state;
2183 args.fCached = fCached; 2184 args.fCached = fCached;
2184 args.installCondition = installCondition; 2185 args.installCondition = installCondition;
2186 args.repairCondition = repairCondition;
2185 args.recommendedState = *pRequestedState; 2187 args.recommendedState = *pRequestedState;
2186 args.recommendedCacheType = *pRequestedCacheType; 2188 args.recommendedCacheType = *pRequestedCacheType;
2187 2189