summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/top_block_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-runtime/lib/top_block_impl.h')
-rw-r--r--gnuradio-runtime/lib/top_block_impl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnuradio-runtime/lib/top_block_impl.h b/gnuradio-runtime/lib/top_block_impl.h
index 84611b3f85..888b0fe0ab 100644
--- a/gnuradio-runtime/lib/top_block_impl.h
+++ b/gnuradio-runtime/lib/top_block_impl.h
@@ -39,7 +39,7 @@ namespace gr {
class GR_RUNTIME_API top_block_impl
{
public:
- top_block_impl(top_block* owner);
+ top_block_impl(top_block* owner, bool catch_exceptions);
~top_block_impl();
// Create and start scheduler threads
@@ -85,6 +85,7 @@ protected:
bool d_retry_wait;
boost::condition_variable d_lock_cond;
int d_max_noutput_items;
+ bool d_catch_exceptions;
private:
void restart();