summaryrefslogtreecommitdiff
path: root/lib/element_impl.hpp
diff options
context:
space:
mode:
authorJosh Blum2012-09-02 20:01:21 -0700
committerJosh Blum2012-09-02 20:01:21 -0700
commit31a786ff101ef66cf9a344df0efc3cb01db59da5 (patch)
treed0af1f8646d5448898a25a4cbac110fb78f7bbfe /lib/element_impl.hpp
parentfb5c7144a4e9145612fd610fe5d9d2ede7697cc7 (diff)
downloadsandhi-31a786ff101ef66cf9a344df0efc3cb01db59da5.tar.gz
sandhi-31a786ff101ef66cf9a344df0efc3cb01db59da5.tar.bz2
sandhi-31a786ff101ef66cf9a344df0efc3cb01db59da5.zip
history: output offset and holds for input consumption
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 b78165c..6ecbbbd 100644
--- a/lib/element_impl.hpp
+++ b/lib/element_impl.hpp
@@ -84,6 +84,7 @@ struct ElementImpl
//buffer queues and ready conditions
InputBufferQueues input_queues;
VectorOfQueues<tsbe::Buffer> output_queues;
+ std::vector<size_t> output_bytes_offset;
//tag tracking
std::vector<bool> input_tags_changed;