ControllerInterface: mixed comments

This commit is contained in:
Filoppi
2021-05-15 11:32:00 +03:00
parent c285ae57fb
commit f90d851e25
5 changed files with 21 additions and 0 deletions

View File

@ -227,6 +227,7 @@ public:
std::chrono::milliseconds maximum_wait) const;
protected:
// Exclusively needed when reading/writing "m_devices"
mutable std::recursive_mutex m_devices_mutex;
std::vector<std::shared_ptr<Device>> m_devices;
};