]> git.sesse.net Git - ccbs/blobdiff - bigscreen/fetch_list_of_active_groups.h
Make the bigscreen application read in the number of players per machine, but don...
[ccbs] / bigscreen / fetch_list_of_active_groups.h
index fbac624bf97656e2cc550fc1588926509998f0c8..68f0500bd6ba22bfbc7d9bac70671df1b8c9cda1 100644 (file)
@@ -5,7 +5,7 @@
 #include <vector>
 
 struct SkeletonGroup {
-       unsigned tournament, round, parallel, num_machines;
+       unsigned tournament, round, parallel, num_machines, players_per_machine;
 };
 
 /* A transactor that fetches the current list of active groups. */