diff options
Diffstat (limited to 'bbot/agent/agent.cxx')
-rw-r--r-- | bbot/agent/agent.cxx | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/bbot/agent/agent.cxx b/bbot/agent/agent.cxx index 74f461c..8f860a2 100644 --- a/bbot/agent/agent.cxx +++ b/bbot/agent/agent.cxx @@ -2067,6 +2067,7 @@ try imode, ilogin, fingerprint, + nullopt /* auxiliary_ram */, // @@ TMP AUXILIARY machine_header_manifests {}}; // Determine which machines we need to offer for this priority. @@ -2097,7 +2098,13 @@ try tq.machines.emplace_back (m.manifest.machine.id, m.manifest.machine.name, - m.manifest.machine.summary); + m.manifest.machine.summary, + // + // @@ TMP AUXILIARY + // + nullopt /* role */, + nullopt /* ram_minimum */, + nullopt /* ram_maximum */); } // Sanity check: in the priority monitor mode we should only ask for a |