summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/copy_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-blocks/lib/copy_impl.h')
-rw-r--r--gr-blocks/lib/copy_impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-blocks/lib/copy_impl.h b/gr-blocks/lib/copy_impl.h
index 5f3c81a306..925efb2153 100644
--- a/gr-blocks/lib/copy_impl.h
+++ b/gr-blocks/lib/copy_impl.h
@@ -41,6 +41,8 @@ namespace gr {
void forecast(int noutput_items, gr_vector_int &ninput_items_required);
bool check_topology(int ninputs, int noutputs);
+ void handle_enable(pmt::pmt_t msg);
+
void set_enabled(bool enable) { d_enabled = enable; }
bool enabled() const { return d_enabled;}