summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/selector_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-blocks/lib/selector_impl.h')
-rw-r--r--gr-blocks/lib/selector_impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-blocks/lib/selector_impl.h b/gr-blocks/lib/selector_impl.h
index e11068d805..fe4b36f9f1 100644
--- a/gr-blocks/lib/selector_impl.h
+++ b/gr-blocks/lib/selector_impl.h
@@ -47,6 +47,8 @@ public:
void forecast(int noutput_items, gr_vector_int& ninput_items_required);
bool check_topology(int ninputs, int noutputs);
void setup_rpc();
+ void handle_msg_input_index(pmt::pmt_t msg);
+ void handle_msg_output_index(pmt::pmt_t msg);
void handle_enable(pmt::pmt_t msg);
void set_enabled(bool enable)
{