aboutsummaryrefslogtreecommitdiff
path: root/libbbot/manifest.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbbot/manifest.hxx')
-rw-r--r--libbbot/manifest.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/libbbot/manifest.hxx b/libbbot/manifest.hxx
index 025efc7..a42eeea 100644
--- a/libbbot/manifest.hxx
+++ b/libbbot/manifest.hxx
@@ -68,9 +68,13 @@ namespace bbot
machine_header_manifests machines;
task_request_manifest (std::string a,
+ std::string n,
+ butl::standard_version v,
butl::optional<std::string> f,
machine_header_manifests m)
: agent (std::move (a)),
+ toolchain_name (std::move (n)),
+ toolchain_version (std::move (v)),
fingerprint (std::move (f)),
machines (std::move (m)) {}