X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=bigscreen%2Ffetch_list_of_active_groups.cpp;h=ae5b29056c823dfd2a3e857d1c26ec981ba71726;hp=c2d587b1a395dd758d4f50207edc5389390594f6;hb=6c10aec4722be34e2aa39805c29c7fb057eb7707;hpb=f40fa6f12fb246c09e925e97bcd7c40f8d2fa59c diff --git a/bigscreen/fetch_list_of_active_groups.cpp b/bigscreen/fetch_list_of_active_groups.cpp index c2d587b..ae5b290 100644 --- a/bigscreen/fetch_list_of_active_groups.cpp +++ b/bigscreen/fetch_list_of_active_groups.cpp @@ -13,6 +13,8 @@ void FetchListOfActiveGroups::operator() (pqxx::transaction<> &t) g.tournament = i["tournament"].as(g.tournament); 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); }