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.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/element_impl.hpp b/lib/element_impl.hpp
index cf7f164..6a9c088 100644
--- a/lib/element_impl.hpp
+++ b/lib/element_impl.hpp
@@ -64,6 +64,7 @@ struct ElementImpl
std::vector<const void *> work_input_items;
std::vector<void *> work_output_items;
std::vector<int> work_ninput_items;
+ std::vector<int> fcast_ninput_items;
//work buffers for the new work interface
Block::InputItems input_items;
@@ -130,6 +131,7 @@ struct ElementImpl
bool enable_fixed_rate;
double relative_rate;
bool forecast_fail;
+ bool forecast_enable;
};
} //namespace gnuradio