Merge r6160:6168 from jcorgan/fg into trunk.
[debian/gnuradio] / gnuradio-core / src / lib / runtime / gr_runtime_impl.h
index 17a8a985c5ac5c3ca96e703cb371bf32cc0b9eb1..f6230018a0e37990a155926c46358e0f8c1bcf13 100644 (file)
@@ -72,8 +72,8 @@ private:
     
   bool                           d_running;
   gr_hier_block2_sptr            d_top_block;
-  gr_simple_flowgraph_sptr       d_sfg;
-  std::vector<gr_block_vector_t> d_graphs;
+  gr_flat_flowgraph_sptr         d_ffg;
+  std::vector<gr_basic_block_vector_t> d_graphs;
   gr_scheduler_thread_vector_t   d_threads;
   gr_runtime                    *d_owner;
   int                            d_lock_count;