aboutsummaryrefslogtreecommitdiff
path: root/bbot/machine-manifest.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-03-11 18:03:04 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-03-12 16:30:51 +0300
commitb5a45516a82e36cd7be914cee11aa18791c7ee34 (patch)
tree3f94f80be5cfbfb8856caad41d392ee2d52664ff /bbot/machine-manifest.hxx
parentc305030b4319ee05a25c874f13bc66f0aae0ca8b (diff)
Adapt to build auxiliary machines related changes in libbbot
Diffstat (limited to 'bbot/machine-manifest.hxx')
-rw-r--r--bbot/machine-manifest.hxx8
1 files changed, 7 insertions, 1 deletions
diff --git a/bbot/machine-manifest.hxx b/bbot/machine-manifest.hxx
index 116dc32..5cc45f0 100644
--- a/bbot/machine-manifest.hxx
+++ b/bbot/machine-manifest.hxx
@@ -49,7 +49,13 @@ namespace bbot
strings c)
: machine_header_manifest (std::move (i),
std::move (n),
- std::move (s)),
+ std::move (s),
+ //
+ // @@ TMP AUXILIARY
+ //
+ nullopt /* role */,
+ nullopt /* ram_minimum */,
+ nullopt /* ram_maximum */),
type (t),
mac (std::move (m)),
options (std::move (o)),