Fix warnings and remove deleted file from installation.

This commit is contained in:
Alexey Rybalchenko
2017-09-20 12:51:51 +02:00
committed by Mohammad Al-Turany
parent 44a59f25a7
commit e37e559dce
6 changed files with 15 additions and 7 deletions

View File

@@ -74,6 +74,8 @@ class DDS : public Plugin
std::queue<DeviceState> fEvents;
std::mutex fEventsMutex;
std::condition_variable fNewEvent;
std::atomic<bool> fDeviceTerminationRequested;
};
REGISTER_FAIRMQ_PLUGIN(