summaryrefslogtreecommitdiff
path: root/lib/element_impl.hpp
diff options
context:
space:
mode:
authorJosh Blum2012-09-13 22:25:59 -0700
committerJosh Blum2012-09-13 22:25:59 -0700
commitc1f4b98d88eebf1fdf408f87e96868fdf71222b9 (patch)
tree60f047318fe57301e12d94904cbc59f557ed5a76 /lib/element_impl.hpp
parent59e5dd66dfa80709eefc31fbd938095cbc0ded3a (diff)
parentcae524fdf1da052cd70f3a872a8db4e80f202504 (diff)
downloadsandhi-c1f4b98d88eebf1fdf408f87e96868fdf71222b9.tar.gz
sandhi-c1f4b98d88eebf1fdf408f87e96868fdf71222b9.tar.bz2
sandhi-c1f4b98d88eebf1fdf408f87e96868fdf71222b9.zip
Merge branch 'filter_work'
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;