summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/hier_block2_detail.h
diff options
context:
space:
mode:
authorNathan West <nathan.west@okstate.edu>2016-04-30 20:22:00 -0400
committerNathan West <nathan.west@gnuradio.org>2016-08-04 11:37:43 -0400
commit00dc1778398ef09c61947ce14542fcd7503ed4a2 (patch)
tree5c6a81bcb9207ef211fa33b15982d4daf2e71f42 /gnuradio-runtime/lib/hier_block2_detail.h
parentc8ffbf08723f10a2455d3de9e04f8a94bbf70c15 (diff)
runtime: add interface to get log_level for blocks
Diffstat (limited to 'gnuradio-runtime/lib/hier_block2_detail.h')
-rw-r--r--gnuradio-runtime/lib/hier_block2_detail.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnuradio-runtime/lib/hier_block2_detail.h b/gnuradio-runtime/lib/hier_block2_detail.h
index 0298d392d..aa419c49b 100644
--- a/gnuradio-runtime/lib/hier_block2_detail.h
+++ b/gnuradio-runtime/lib/hier_block2_detail.h
@@ -59,6 +59,7 @@ namespace gr {
std::vector<int> processor_affinity();
void set_log_level(std::string level);
+ std::string log_level();
// Track output buffer min/max settings
std::vector<size_t> d_max_output_buffer;