mirror of
https://github.com/Telecominfraproject/wlan-cloud-owls.git
synced 2026-01-17 02:31:20 +00:00
Fixing stats reset at sim startup.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
namespace OpenWifi {
|
||||
|
||||
void RESTAPI_results_handler::DoGet() {
|
||||
std::vector<OWLSObjects::SimulationResults> Results;
|
||||
std::vector<OWLSObjects::SimulationStatus> Results;
|
||||
StorageService()->SimulationResultsDB().GetRecords(1,10000,Results);
|
||||
return ReturnObject("list",Results);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user