X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=bigscreen%2Ffetch_list_of_active_groups.cpp;h=ae5b29056c823dfd2a3e857d1c26ec981ba71726;hp=ce748aa026586060cf393ff416f462d7912e7f2e;hb=5ed8c284dedf4284bed5e756ff535d9de90e9a88;hpb=3db3afdf96b85a9eeaef00167b434b9ace23be17 diff --git a/bigscreen/fetch_list_of_active_groups.cpp b/bigscreen/fetch_list_of_active_groups.cpp index ce748aa..ae5b290 100644 --- a/bigscreen/fetch_list_of_active_groups.cpp +++ b/bigscreen/fetch_list_of_active_groups.cpp @@ -14,6 +14,7 @@ void FetchListOfActiveGroups::operator() (pqxx::transaction<> &t) g.round = i["round"].as(g.round); g.parallel = i["parallel"].as(g.parallel); g.num_machines = i["num_machines"].as(g.num_machines); + g.players_per_machine = i["players_per_machine"].as(g.players_per_machine); active->push_back(g); }