Device: synchronize access to transports container

This commit is contained in:
Alexey Rybalchenko
2023-02-22 18:36:16 +01:00
parent ae7bc6fc6c
commit 7bf1d368a8
2 changed files with 11 additions and 3 deletions

View File

@@ -637,6 +637,7 @@ class Device
StateQueue fStateQueue;
std::mutex fTransportMtx; ///< guards access to transports container
std::mutex fTransitionMtx;
bool fTransitioning;
};