Fix regression in the DDS plugin shutdown handling

This commit is contained in:
Alexey Rybalchenko
2019-11-20 13:50:32 +01:00
committed by Dennis Klein
parent f6e3183f45
commit 073f5e5c0e
2 changed files with 10 additions and 3 deletions

View File

@@ -161,7 +161,6 @@ class DDS : public Plugin
std::thread fControllerThread;
DeviceState fCurrentState, fLastState;
fair::mq::StateQueue fStateQueue;
std::atomic<bool> fDeviceTerminationRequested;