summaryrefslogtreecommitdiff
path: root/lib/gras_impl/block_actor.hpp
diff options
context:
space:
mode:
authorJosh Blum2012-11-21 21:45:38 -0800
committerJosh Blum2012-11-21 21:45:38 -0800
commit41d589fc1f18569ec2f835073cf1482c02a66972 (patch)
treed3f87443620e9cc7264b3d7e21bbdadb7be39f7c /lib/gras_impl/block_actor.hpp
parent8cf5baeac93a2c8e908126055ba0c96f2bfd2510 (diff)
downloadsandhi-41d589fc1f18569ec2f835073cf1482c02a66972.tar.gz
sandhi-41d589fc1f18569ec2f835073cf1482c02a66972.tar.bz2
sandhi-41d589fc1f18569ec2f835073cf1482c02a66972.zip
addressed some bugs from the stitching commit
Diffstat (limited to 'lib/gras_impl/block_actor.hpp')
-rw-r--r--lib/gras_impl/block_actor.hpp2
1 files changed, 1 insertions, 1 deletions
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)
{