diff options
author | Josh Blum | 2012-09-13 22:25:59 -0700 |
---|---|---|
committer | Josh Blum | 2012-09-13 22:25:59 -0700 |
commit | c1f4b98d88eebf1fdf408f87e96868fdf71222b9 (patch) | |
tree | 60f047318fe57301e12d94904cbc59f557ed5a76 /lib/element_impl.hpp | |
parent | 59e5dd66dfa80709eefc31fbd938095cbc0ded3a (diff) | |
parent | cae524fdf1da052cd70f3a872a8db4e80f202504 (diff) | |
download | sandhi-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.hpp | 1 |
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; |