summaryrefslogtreecommitdiff
path: root/lib/element_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/element_impl.hpp')
-rw-r--r--lib/element_impl.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/element_impl.hpp b/lib/element_impl.hpp
index 8cbf2be..44125b1 100644
--- a/lib/element_impl.hpp
+++ b/lib/element_impl.hpp
@@ -19,6 +19,7 @@
#include <gras_impl/debug.hpp>
#include <gras_impl/token.hpp>
+#include <gras_impl/messages.hpp>
#include <gras_impl/vector_of_queues.hpp>
#include <gras_impl/input_buffer_queues.hpp>
#include <gras_impl/interruptible_thread.hpp>
@@ -65,6 +66,7 @@ struct ElementImpl
IOSignature output_signature;
std::vector<size_t> input_history_items;
std::vector<size_t> output_multiple_items;
+ std::vector<size_t> input_multiple_items;
//keeps track of production
std::vector<uint64_t> items_consumed;
@@ -148,6 +150,8 @@ struct ElementImpl
Token token;
size_t hint; //some kind of allocation hint
+ std::vector<std::vector<BufferHintMessage> > output_allocation_hints;
+
//rate settings
bool enable_fixed_rate;
double relative_rate;