X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=bigscreen%2Ffetch_list_of_active_groups.cpp;h=ce748aa026586060cf393ff416f462d7912e7f2e;hp=c2d587b1a395dd758d4f50207edc5389390594f6;hb=876c65c3f4f828a54fa8041f5d68e3c4cae1d463;hpb=f299b49249d2f2499a30e9d31373c9bb946d2555 diff --git a/bigscreen/fetch_list_of_active_groups.cpp b/bigscreen/fetch_list_of_active_groups.cpp index c2d587b..ce748aa 100644 --- a/bigscreen/fetch_list_of_active_groups.cpp +++ b/bigscreen/fetch_list_of_active_groups.cpp @@ -13,6 +13,7 @@ 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); active->push_back(g); }