From 507c003a36584fae29cba00ca8e264488f39476e Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 12 Apr 2024 15:57:32 -0400 Subject: Save raw and rendered versions of the input configuration. --- include/deliverable.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/deliverable.h') diff --git a/include/deliverable.h b/include/deliverable.h index 2cb49e8..c818df1 100644 --- a/include/deliverable.h +++ b/include/deliverable.h @@ -66,6 +66,7 @@ struct Delivery { char *tmpdir; ///< Temporary storage area (within root) char *output_dir; ///< Base path to where all artifacts are stored char *delivery_dir; ///< Delivery artifact output directory + char *cfgdump_dir; ///< Base path to where input configuration dumps are stored char *tools_dir; ///< Tools storage char *mission_dir; ///< Mission data storage char *package_dir; ///< Base path to where all packages are stored -- cgit