aboutsummaryrefslogtreecommitdiff
path: root/bbot/agent/machine.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-05-15 11:58:53 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-05-15 12:40:02 +0200
commit31b8aa3c83f2bb1cd448c40677a1eb8266dad2ce (patch)
tree993f63699613fb80683d1a4019fd83d0cddeb282 /bbot/agent/machine.hxx
parent72d8458270a88cde27262afeb54a5345035cfd92 (diff)
Add CPU boosting for higher 4th priority levels
Diffstat (limited to 'bbot/agent/machine.hxx')
-rw-r--r--bbot/agent/machine.hxx3
1 files changed, 2 insertions, 1 deletions
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<string>& mac,
const string& br_iface,
uint16_t tftp_port,
- bool pub_vnc);
+ bool pub_vnc,
+ optional<size_t> boost_cpus = nullopt);
// Return the machine's public or private VNC session endpoint in the
// '<ip>:<port>' form.