From f7d8a2c9a447e3071f0ed66e68ae636f1ac4a3dd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 3 May 2017 10:53:16 +0200 Subject: Add toolchain members to task_request_manifest --- libbbot/manifest.hxx | 4 ++++ 1 file changed, 4 insertions(+) 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 #include +#include #include #include // 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 -- cgit v1.1