aboutsummaryrefslogtreecommitdiff
path: root/bbot/agent/machine.hxx
diff options
context:
space:
mode:
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.