aboutsummaryrefslogtreecommitdiff
path: root/bbot/machine-manifest.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-01-21 13:14:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-01-21 13:14:19 +0200
commit5662e66dcdbf1af13b4ccf7352f3e435c1baf597 (patch)
tree9061f17ed5f7edc91d0d30b10aaa1c0eda2d63cf /bbot/machine-manifest.hxx
parent432bc29a5c4b24b24e5c33feb34d38153978b718 (diff)
Add support for running multiple instances of agent for same toolchain
This allows us to perform multiple bootstraps/builds in parallel. Note that each machine can only be used by a single instance so it doesn't make sense to have more instances than machines.
Diffstat (limited to 'bbot/machine-manifest.hxx')
-rw-r--r--bbot/machine-manifest.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/bbot/machine-manifest.hxx b/bbot/machine-manifest.hxx
index 7dbb038..3bb3443 100644
--- a/bbot/machine-manifest.hxx
+++ b/bbot/machine-manifest.hxx
@@ -114,8 +114,6 @@ namespace bbot
void
serialize (butl::manifest_serializer&) const;
};
-
- using bootstrapped_machine_manifests = vector<bootstrapped_machine_manifest>;
}
#endif // BBOT_MACHINE_MANIFEST_HXX