From 31a786ff101ef66cf9a344df0efc3cb01db59da5 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sun, 2 Sep 2012 20:01:21 -0700 Subject: history: output offset and holds for input consumption --- lib/element_impl.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/element_impl.hpp') 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 output_queues; + std::vector output_bytes_offset; //tag tracking std::vector input_tags_changed; -- cgit