diff options
Diffstat (limited to 'controller/EmbeddedNetworkController.hpp')
-rw-r--r-- | controller/EmbeddedNetworkController.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/controller/EmbeddedNetworkController.hpp b/controller/EmbeddedNetworkController.hpp index c2dc55b5..8752922e 100644 --- a/controller/EmbeddedNetworkController.hpp +++ b/controller/EmbeddedNetworkController.hpp @@ -105,8 +105,7 @@ private: Identity identity; Dictionary<ZT_NETWORKCONFIG_METADATA_DICT_CAPACITY> metaData; enum { - RQENTRY_TYPE_REQUEST = 0, - RQENTRY_TYPE_PING = 1 + RQENTRY_TYPE_REQUEST = 0 } type; }; @@ -210,6 +209,7 @@ private: volatile bool _running; BlockingQueue<_RQEntry *> _queue; std::vector<Thread> _threads; + volatile uint64_t _lastDumpedStatus; Mutex _threads_m; JSONDB _db; |