diff --git a/src/state.hpp b/src/state.hpp index aa14e36..669eac3 100644 --- a/src/state.hpp +++ b/src/state.hpp @@ -21,6 +21,7 @@ namespace cw::state cw::node::NodeAllocator allocator; std::queue queue; + bool pause_work, stop_work; std::mutex mutex_queue; std::mutex mutex_allocator;