py 3.10 option in configure.ac

This commit is contained in:
2022-01-06 13:16:36 +01:00
parent 80ce12d374
commit 7c779d9add
22 changed files with 2747 additions and 55 deletions

View File

@@ -741,6 +741,8 @@ public:
std::cout << "getMonitorPolicyVector(monitor_id): " << monitor_id << " NOT FOUND! " << std::endl;
std::cout << "Could not modify entry!" << std::endl;
}
MonitorPolicy mp;
return mp;
};
std::vector<MonitorPolicy> getMonitorPolicyVector(void) const