From 41d589fc1f18569ec2f835073cf1482c02a66972 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 21 Nov 2012 21:45:38 -0800 Subject: addressed some bugs from the stitching commit --- lib/gras_impl/block_actor.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/gras_impl/block_actor.hpp') diff --git a/lib/gras_impl/block_actor.hpp b/lib/gras_impl/block_actor.hpp index 27f8400..932b6b5 100644 --- a/lib/gras_impl/block_actor.hpp +++ b/lib/gras_impl/block_actor.hpp @@ -93,7 +93,7 @@ struct BlockActor : Apology::Worker void produce(const size_t index, const size_t items); void consume(const size_t index, const size_t items); void produce_buffer(const size_t index, const SBuffer &buffer); - void flush_output(const size_t index); + void flush_output(const size_t index, const bool force_pop = false); GRAS_FORCE_INLINE bool is_input_done(const size_t i) { -- cgit