summaryrefslogtreecommitdiff
path: root/lib/element_impl.hpp
diff options
context:
space:
mode:
authorJosh Blum2012-09-02 18:51:25 -0700
committerJosh Blum2012-09-02 18:51:25 -0700
commit4bb71b3e25c55a28bdfd4447ec2bbb5c669a7c82 (patch)
tree43ba3a1ac43946c10e8acf33df707501a171ab2f /lib/element_impl.hpp
parent57657446c7ba054b7d45c7befef2ebe8ee891730 (diff)
downloadsandhi-4bb71b3e25c55a28bdfd4447ec2bbb5c669a7c82.tar.gz
sandhi-4bb71b3e25c55a28bdfd4447ec2bbb5c669a7c82.tar.bz2
sandhi-4bb71b3e25c55a28bdfd4447ec2bbb5c669a7c82.zip
implement logic for work_noutput_items
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 5d6d07c..b78165c 100644
--- a/lib/element_impl.hpp
+++ b/lib/element_impl.hpp
@@ -60,6 +60,7 @@ struct ElementImpl
std::vector<uint64_t> items_produced;
//work buffers for the classic interface
+ size_t work_noutput_items;
std::vector<const void *> work_input_items;
std::vector<void *> work_output_items;
std::vector<int> work_ninput_items;