summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/runtime/gr_scheduler.h
diff options
context:
space:
mode:
authorTom Rondeau2012-01-03 16:10:30 -0500
committerTom Rondeau2012-01-03 16:10:30 -0500
commitab7cfce4a78dbb95a7c8871f56f4cb037e5b1bb2 (patch)
tree859d361924eee973f32bba94a050920e0a50ec74 /gnuradio-core/src/lib/runtime/gr_scheduler.h
parent0ab3f9fa4ccd0e0f464dabc384832c315ef4296a (diff)
parent5b9769b7d7f2734bf4c5e7aff347fa74da41b5d2 (diff)
downloadgnuradio-ab7cfce4a78dbb95a7c8871f56f4cb037e5b1bb2.tar.gz
gnuradio-ab7cfce4a78dbb95a7c8871f56f4cb037e5b1bb2.tar.bz2
gnuradio-ab7cfce4a78dbb95a7c8871f56f4cb037e5b1bb2.zip
Merge branch 'max_noutputs'
Diffstat (limited to 'gnuradio-core/src/lib/runtime/gr_scheduler.h')
-rw-r--r--gnuradio-core/src/lib/runtime/gr_scheduler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-core/src/lib/runtime/gr_scheduler.h b/gnuradio-core/src/lib/runtime/gr_scheduler.h
index 4e97b5881..92af8d1cb 100644
--- a/gnuradio-core/src/lib/runtime/gr_scheduler.h
+++ b/gnuradio-core/src/lib/runtime/gr_scheduler.h
@@ -47,7 +47,7 @@ public:
* The scheduler will continue running until all blocks until they
* report that they are done or the stop method is called.
*/
- gr_scheduler(gr_flat_flowgraph_sptr ffg);
+ gr_scheduler(gr_flat_flowgraph_sptr ffg, int max_noutput_items);
virtual ~gr_scheduler();