diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2017-09-27 21:24:41 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2017-09-27 21:24:41 +0200 |
| commit | b7dc231b5474996b0f4bd3803fc5fcd5da9fe008 (patch) | |
| tree | bfd315ac5cfc1224f6c69a0fefeaf0e8c35610fd /src | |
| parent | fae61cdbbee3fdd6846ff34f976e5aa37d1c5218 (diff) | |
Add more fake machines
Diffstat (limited to 'src')
| -rw-r--r-- | src/fake_monitor.cc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/fake_monitor.cc b/src/fake_monitor.cc index b05e521..d2537ab 100644 --- a/src/fake_monitor.cc +++ b/src/fake_monitor.cc @@ -109,6 +109,14 @@ private: add_machine("alice", 4); add_machine("bob", 10); add_machine("DeuX", 22); + add_machine("machine1", 4); + add_machine("machine2", 4); + add_machine("machine3", 4); + add_machine("machine4", 4); + add_machine("machine5", 4); + add_machine("machine6", 4); + add_machine("machine7", 4); + add_machine("machine8", 4); schedule_jobs(); } |
