From 31b8aa3c83f2bb1cd448c40677a1eb8266dad2ce Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 15 May 2023 11:58:53 +0200 Subject: Add CPU boosting for higher 4th priority levels --- bbot/agent/machine.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bbot/agent/machine.hxx') diff --git a/bbot/agent/machine.hxx b/bbot/agent/machine.hxx index adace1f..0bb74b9 100644 --- a/bbot/agent/machine.hxx +++ b/bbot/agent/machine.hxx @@ -84,7 +84,8 @@ namespace bbot const optional& mac, const string& br_iface, uint16_t tftp_port, - bool pub_vnc); + bool pub_vnc, + optional boost_cpus = nullopt); // Return the machine's public or private VNC session endpoint in the // ':' form. -- cgit v1.1