summaryrefslogtreecommitdiff
path: root/lib/element_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/element_impl.hpp')
-rw-r--r--lib/element_impl.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/element_impl.hpp b/lib/element_impl.hpp
index 556fbd1..0ec4650 100644
--- a/lib/element_impl.hpp
+++ b/lib/element_impl.hpp
@@ -87,6 +87,7 @@ struct ElementImpl
//track work's calls to produce and consume
std::vector<size_t> produce_items;
std::vector<size_t> consume_items;
+ std::vector<bool> consume_called;
//track the subscriber counts
std::vector<Token> input_tokens;