Fix SHUTDOWN & STARTUP listed as a transition in plugin

This commit is contained in:
Alexey Rybalchenko
2019-07-16 10:54:32 +02:00
committed by Dennis Klein
parent 5256e7c580
commit 63c02657c1
2 changed files with 3 additions and 3 deletions

View File

@@ -89,7 +89,7 @@ class DDS : public Plugin
std::mutex fStopMutex;
std::condition_variable fStopCondition;
const std::set<std::string> fCommands;
const std::set<std::string> fTransitions;
std::thread fControllerThread;
std::queue<DeviceState> fEvents;