X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=bigscreen%2Ffetch_list_of_active_groups.h;h=68f0500bd6ba22bfbc7d9bac70671df1b8c9cda1;hp=b1039d384f2aa12a2061f92618894a8efff03b69;hb=6b842eb46838b703e982c14a8e573e7a5f67a71e;hpb=f40fa6f12fb246c09e925e97bcd7c40f8d2fa59c diff --git a/bigscreen/fetch_list_of_active_groups.h b/bigscreen/fetch_list_of_active_groups.h index b1039d3..68f0500 100644 --- a/bigscreen/fetch_list_of_active_groups.h +++ b/bigscreen/fetch_list_of_active_groups.h @@ -5,7 +5,7 @@ #include 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. */