Update FairMQShmMonitor

This commit is contained in:
Alexey Rybalchenko
2017-05-24 14:09:37 +02:00
committed by Mohammad Al-Turany
parent 764514a35a
commit f05ed326a6
4 changed files with 172 additions and 91 deletions

View File

@@ -22,6 +22,7 @@ struct DeviceCounter
DeviceCounter(unsigned int c)
: count(c)
{}
std::atomic<unsigned int> count;
};