diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-04-12 15:57:32 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-04-12 15:57:32 -0400 |
commit | 507c003a36584fae29cba00ca8e264488f39476e (patch) | |
tree | d1062275360e96071ca3e8bf8b3d0be9df4a9a06 /include | |
parent | 4049e0de876611d1d94fbd0185a0ab9722cb8ce1 (diff) | |
download | stasis-507c003a36584fae29cba00ca8e264488f39476e.tar.gz |
Save raw and rendered versions of the input configuration.
Diffstat (limited to 'include')
-rw-r--r-- | include/deliverable.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |