]> git.sesse.net Git - ccbs/blobdiff - bigscreen/fetch_list_of_active_groups.cpp
Make the bigscreen application support running groups on multiple machines.
[ccbs] / bigscreen / fetch_list_of_active_groups.cpp
index c2d587b1a395dd758d4f50207edc5389390594f6..ce748aa026586060cf393ff416f462d7912e7f2e 100644 (file)
@@ -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);
        }