From a15fe0ebdf444e4ff7c060b72950cd98c7f3ec8a Mon Sep 17 00:00:00 2001
From: Bill Clark <saikou@vt.edu>
Date: Wed, 1 Apr 2015 20:53:17 -0400
Subject: gnuradio-runtime: added logger to flat_flowgraph and print out a
 warning for when the max_output_buffer isn't set to the requested value

---
 gnuradio-runtime/lib/flat_flowgraph.h | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'gnuradio-runtime/lib/flat_flowgraph.h')

diff --git a/gnuradio-runtime/lib/flat_flowgraph.h b/gnuradio-runtime/lib/flat_flowgraph.h
index 6c299ee5f9..fad14279ae 100644
--- a/gnuradio-runtime/lib/flat_flowgraph.h
+++ b/gnuradio-runtime/lib/flat_flowgraph.h
@@ -26,6 +26,7 @@
 #include <gnuradio/api.h>
 #include <gnuradio/flowgraph.h>
 #include <gnuradio/block.h>
+#include <gnuradio/logger.h>
 
 namespace gr {
 
@@ -89,6 +90,9 @@ namespace gr {
      * start and restarts.
      */
     void setup_buffer_alignment(block_sptr block);
+
+    gr::logger_ptr d_logger;
+    gr::logger_ptr d_debug_logger;
   };
 
 } /* namespace gr */
-- 
cgit v1.2.3