]> git.sesse.net Git - ccbs/blobdiff - bigscreen/fetch_list_of_active_groups.h
Make the bigscreen application support running groups on multiple machines.
[ccbs] / bigscreen / fetch_list_of_active_groups.h
index b1039d384f2aa12a2061f92618894a8efff03b69..fbac624bf97656e2cc550fc1588926509998f0c8 100644 (file)
@@ -5,7 +5,7 @@
 #include <vector>
 
 struct SkeletonGroup {
-       unsigned tournament, round, parallel;
+       unsigned tournament, round, parallel, num_machines;
 };
 
 /* A transactor that fetches the current list of active groups. */