summaryrefslogtreecommitdiff
path: root/controller/EmbeddedNetworkController.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2017-04-24 20:51:02 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2017-04-24 20:51:02 -0700
commit4f2a77976965f19640416afca24367d3037820b8 (patch)
treee68402e6564180cfe39b1d77ffc51c87120b7dd3 /controller/EmbeddedNetworkController.hpp
parentcafbe44dde55e57115cc654610172556dff19bec (diff)
downloadinfinitytier-4f2a77976965f19640416afca24367d3037820b8.tar.gz
infinitytier-4f2a77976965f19640416afca24367d3037820b8.zip
JSONDB performance improvements, threading fix.
Diffstat (limited to 'controller/EmbeddedNetworkController.hpp')
-rw-r--r--controller/EmbeddedNetworkController.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/controller/EmbeddedNetworkController.hpp b/controller/EmbeddedNetworkController.hpp
index 906f4345..04f52c7d 100644
--- a/controller/EmbeddedNetworkController.hpp
+++ b/controller/EmbeddedNetworkController.hpp
@@ -178,6 +178,7 @@ private:
const uint64_t _startTime;
+ volatile bool _running;
BlockingQueue<_RQEntry *> _queue;
std::vector<Thread> _threads;
Mutex _threads_m;