diff options
author | Nathan West <nathan.west@okstate.edu> | 2016-04-27 02:29:43 -0400 |
---|---|---|
committer | Nathan West <nathan.west@gnuradio.org> | 2016-08-04 11:37:42 -0400 |
commit | c8ffbf08723f10a2455d3de9e04f8a94bbf70c15 (patch) | |
tree | 48d352d37fa47e7df39cabf910cf85f501d6c88b /gnuradio-runtime/lib/hier_block2_detail.h | |
parent | 2e74eeffaf63ff7d67e813e937a0e10038fe49ac (diff) |
runtime: expose set_log_level for hier_blocks
Diffstat (limited to 'gnuradio-runtime/lib/hier_block2_detail.h')
-rw-r--r-- | gnuradio-runtime/lib/hier_block2_detail.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnuradio-runtime/lib/hier_block2_detail.h b/gnuradio-runtime/lib/hier_block2_detail.h index a5584fe92a..0298d392d5 100644 --- a/gnuradio-runtime/lib/hier_block2_detail.h +++ b/gnuradio-runtime/lib/hier_block2_detail.h @@ -57,6 +57,8 @@ namespace gr { void set_processor_affinity(const std::vector<int> &mask); void unset_processor_affinity(); std::vector<int> processor_affinity(); + + void set_log_level(std::string level); // Track output buffer min/max settings std::vector<size_t> d_max_output_buffer; |