diff options
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 5b80930..640fd06 100644 --- a/include/deliverable.h +++ b/include/deliverable.h @@ -48,6 +48,7 @@ struct Delivery { */ struct Storage { char *root; ///< Top-level storage area + char *home; ///< Temporary user account profile 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 |