diff options
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 2ad190a..4742993 100644 --- a/lib/element_impl.hpp +++ b/lib/element_impl.hpp @@ -76,6 +76,7 @@ struct ElementImpl //work buffers for the new work interface Block::InputItems input_items; Block::OutputItems output_items; + ptrdiff_t work_io_ptr_mask; //track work's calls to produce and consume std::vector<size_t> produce_items; |