X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnuradio-core%2Fsrc%2Flib%2Fruntime%2Fgr_top_block_impl.h;fp=gnuradio-core%2Fsrc%2Flib%2Fruntime%2Fgr_top_block_impl.h;h=ef28dd8292124803f1162b85515b2313d4da0475;hb=8a9ddbb0675f9bfcc6e03b457fba6c79474a3693;hp=35fb44ef92ba7110c4c052e3c96d8a89573fcb8d;hpb=82d471b9b4a8b389b5da44b19c69c36420828382;p=debian%2Fgnuradio diff --git a/gnuradio-core/src/lib/runtime/gr_top_block_impl.h b/gnuradio-core/src/lib/runtime/gr_top_block_impl.h index 35fb44ef..ef28dd82 100644 --- a/gnuradio-core/src/lib/runtime/gr_top_block_impl.h +++ b/gnuradio-core/src/lib/runtime/gr_top_block_impl.h @@ -24,10 +24,7 @@ #define INCLUDED_GR_TOP_BLOCK_IMPL_H #include -#include - -typedef boost::mutex gr_mutex; // FIXME move these elsewhere -typedef boost::lock_guard gr_lock_guard; +#include /*! *\brief Abstract implementation details of gr_top_block @@ -69,7 +66,7 @@ protected: gr_flat_flowgraph_sptr d_ffg; gr_scheduler_sptr d_scheduler; - gr_mutex d_mutex; // protects d_state and d_lock_count + gruel::mutex d_mutex; // protects d_state and d_lock_count tb_state d_state; int d_lock_count;