diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2017-04-28 09:49:12 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2017-04-28 09:49:12 -0700 |
commit | 098dc3e01c86cad3d07d5632b674c04d2da65bdf (patch) | |
tree | d80f1020611223ffdecd75df5bbf41d80a133c5c /gnuradio-runtime/lib/tpb_thread_body.h | |
parent | 082711cc3f7d910e50609695224e7a3c994a4c73 (diff) | |
parent | 10b7f835854f46ac390fdb6954d312a6b0ba30e9 (diff) |
Merge branch 'maint'
Diffstat (limited to 'gnuradio-runtime/lib/tpb_thread_body.h')
-rw-r--r-- | gnuradio-runtime/lib/tpb_thread_body.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnuradio-runtime/lib/tpb_thread_body.h b/gnuradio-runtime/lib/tpb_thread_body.h index 9859b125dd..c500582cf3 100644 --- a/gnuradio-runtime/lib/tpb_thread_body.h +++ b/gnuradio-runtime/lib/tpb_thread_body.h @@ -24,6 +24,7 @@ #include <gnuradio/api.h> #include <gnuradio/block.h> #include <gnuradio/block_detail.h> +#include <gnuradio/thread/thread.h> #include "block_executor.h" namespace gr { @@ -40,7 +41,7 @@ namespace gr { block_executor d_exec; public: - tpb_thread_body(block_sptr block, int max_noutput_items=100000); + tpb_thread_body(block_sptr block, thread::barrier_sptr start_sync, int max_noutput_items=100000); ~tpb_thread_body(); }; |