This commit is contained in:
Eelco Dolstra
2015-08-10 11:26:30 +02:00
parent f21b88e388
commit 6a1c950e94
2 changed files with 120 additions and 110 deletions

View File

@@ -289,6 +289,8 @@ private:
/* The thread that selects and starts runnable builds. */
void dispatcher();
system_time doDispatch();
void wakeDispatcher();
void builder(Step::ptr step, Machine::ptr machine, std::shared_ptr<MaintainCount> reservation);