summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/top_block_impl.h
diff options
context:
space:
mode:
authorMarcus Müller <mmueller@gnuradio.org>2020-04-11 00:43:39 +0200
committerMarcus Müller <marcus@hostalia.de>2020-04-13 15:55:41 +0200
commit0f88db1ef0569bf6fcd5e9c843da38d487a6f54b (patch)
tree4c9827377c0e98fe223f39edb0c84c8a49c199e9 /gnuradio-runtime/lib/top_block_impl.h
parentec8a92846a388cb0d2982822ea1961910cd552f8 (diff)
runtime: replace stderr logging by calls to GR's logging facilties
Diffstat (limited to 'gnuradio-runtime/lib/top_block_impl.h')
-rw-r--r--gnuradio-runtime/lib/top_block_impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnuradio-runtime/lib/top_block_impl.h b/gnuradio-runtime/lib/top_block_impl.h
index 9bfedfd87d..0dc66b2455 100644
--- a/gnuradio-runtime/lib/top_block_impl.h
+++ b/gnuradio-runtime/lib/top_block_impl.h
@@ -78,6 +78,8 @@ protected:
private:
void restart();
void wait_for_jobs();
+
+ gr::logger_ptr d_logger, d_debug_logger;
};
} /* namespace gr */