]> git.sesse.net Git - ccbs/blobdiff - bigscreen/fetch_list_of_active_groups.h
Don't show "needs to qualify" if all in group qualify.
[ccbs] / bigscreen / fetch_list_of_active_groups.h
index b1039d384f2aa12a2061f92618894a8efff03b69..68f0500bd6ba22bfbc7d9bac70671df1b8c9cda1 100644 (file)
@@ -5,7 +5,7 @@
 #include <vector>
 
 struct SkeletonGroup {
-       unsigned tournament, round, parallel;
+       unsigned tournament, round, parallel, num_machines, players_per_machine;
 };
 
 /* A transactor that fetches the current list of active groups. */