From ec5411f734eac1fcb63c7ef904c3178df1bc941b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 6 Apr 2017 09:44:03 +0200 Subject: Minor changes to manifest --- bbot/manifest | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bbot/manifest b/bbot/manifest index c95e83c..7083ca7 100644 --- a/bbot/manifest +++ b/bbot/manifest @@ -10,7 +10,6 @@ #include #include -#include #include #include @@ -53,6 +52,8 @@ namespace bbot bool ignore_unknown); }; + using machine_manifests = std::vector; + class LIBBBOT_EXPORT task_request_manifest { public: @@ -68,7 +69,7 @@ namespace bbot // std::string fingerprint; - std::vector machines; + machine_manifests machines; public: task_request_manifest () = default; // VC export. @@ -166,7 +167,7 @@ namespace bbot std::string log; }; - using operation_results = butl::small_vector; + using operation_results = std::vector; class LIBBBOT_EXPORT result_manifest { -- cgit v1.1