aboutsummaryrefslogtreecommitdiff
path: root/bbot/machine
diff options
context:
space:
mode:
Diffstat (limited to 'bbot/machine')
-rw-r--r--bbot/machine4
1 files changed, 3 insertions, 1 deletions
diff --git a/bbot/machine b/bbot/machine
index 5ab8c15..ecdce22 100644
--- a/bbot/machine
+++ b/bbot/machine
@@ -44,7 +44,9 @@ namespace bbot
unique_ptr<machine>
start_machine (const dir_path&,
const machine_manifest&,
- const optional<string>& mac);
+ const optional<string>& mac,
+ const string& br_iface,
+ uint16_t tftp_port);
}
#endif // BBOT_MACHINE