diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-03 10:53:16 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-03 10:53:16 +0200 |
commit | f7d8a2c9a447e3071f0ed66e68ae636f1ac4a3dd (patch) | |
tree | b3a661d2e1e28f893ac97ef8b07e660e643f0d19 | |
parent | 56753fab91751a19fdfcc4695a0eec73c4186dc3 (diff) |
Add toolchain members to task_request_manifest
-rw-r--r-- | libbbot/manifest.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libbbot/manifest.hxx b/libbbot/manifest.hxx index 551e5f1..025efc7 100644 --- a/libbbot/manifest.hxx +++ b/libbbot/manifest.hxx @@ -11,6 +11,7 @@ #include <libbutl/optional.hxx> #include <libbutl/target-triplet.hxx> +#include <libbutl/standard-version.hxx> #include <libbutl/manifest-forward.hxx> #include <libbpkg/manifest.hxx> // version, repository_location @@ -51,6 +52,9 @@ namespace bbot public: std::string agent; + std::string toolchain_name; + butl::standard_version toolchain_version; + // Agent's public key SHA256 fingerprint. // // @@ How the fingerpring for openssl public key will be produced? Seems |