Refactored gr_msg_accepter and gr_tpd_thread_body.
[debian/gnuradio] / gnuradio-core / src / lib / runtime / gr_block_detail.h
index 2856c402c7a7925a5d8f762adc9d2eb7f5861633..9d63586024fd57030557951a2286476b4c1a2687 100644 (file)
@@ -79,6 +79,12 @@ class gr_block_detail {
   void produce_each (int how_many_items);
 
 
+  /*!
+   * Accept msg, place in queue, arrange for thread to be awakened if it's not already.
+   */
+  void _post(pmt::pmt_t msg);
+
+
   gr_tpb_detail                             d_tpb;     // used by thread-per-block scheduler
 
   // ----------------------------------------------------------------------------