Add receiving flag

This commit is contained in:
2020-03-31 17:56:07 +02:00
parent 6d8e113e7b
commit 8f6f2ef32c
2 changed files with 25 additions and 15 deletions
+1
View File
@@ -11,6 +11,7 @@ class ZmqRecvModule
RingBuffer& ring_buffer_;
const header_map& header_values_;
const std::atomic_bool& is_writing_;
std::atomic_bool is_receiving_;
protected:
void receive_thread(