From 4cd1c4e06145434ca940ac828772dc47b9d9738e Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Sun, 13 Mar 2022 23:45:32 -0500 Subject: Allow the BA to override the bundle relation type during plan. --- src/burn/engine/logging.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/burn/engine/logging.h') diff --git a/src/burn/engine/logging.h b/src/burn/engine/logging.h index ef603931..15eb298a 100644 --- a/src/burn/engine/logging.h +++ b/src/burn/engine/logging.h @@ -154,6 +154,10 @@ LPCSTR LoggingResumeModeToString( __in BURN_RESUME_MODE resumeMode ); +LPCSTR LoggingPlanRelationTypeToString( + __in BOOTSTRAPPER_RELATED_BUNDLE_PLAN_TYPE type + ); + LPCSTR LoggingRelationTypeToString( __in BOOTSTRAPPER_RELATION_TYPE type ); -- cgit v1.2.3-55-g6feb