X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=bigscreen%2Ffetch_list_of_active_groups.h;h=68f0500bd6ba22bfbc7d9bac70671df1b8c9cda1;hp=fbac624bf97656e2cc550fc1588926509998f0c8;hb=6b842eb46838b703e982c14a8e573e7a5f67a71e;hpb=876c65c3f4f828a54fa8041f5d68e3c4cae1d463 diff --git a/bigscreen/fetch_list_of_active_groups.h b/bigscreen/fetch_list_of_active_groups.h index fbac624..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, num_machines; + unsigned tournament, round, parallel, num_machines, players_per_machine; }; /* A transactor that fetches the current list of active groups. */