summaryrefslogtreecommitdiff
path: root/lib/block.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/block.cpp')
-rw-r--r--lib/block.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/block.cpp b/lib/block.cpp
index fefec9f..f236ca4 100644
--- a/lib/block.cpp
+++ b/lib/block.cpp
@@ -56,6 +56,7 @@ Block::Block(const std::string &name):
this->set_tag_propagation_policy(TPP_ALL_TO_ALL);
this->set_interruptible_work(false);
this->set_buffer_affinity(-1);
+ (*this)->block->output_multiple_items = 1;
}
template <typename V, typename T>