From 4f3fa1623f66acd24c227cf0cc5a4af2f5133b6c Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Mon, 18 Oct 2021 21:22:58 +0200 Subject: Pipe runs in parallel. --- proto/pipe/config.Y | 1 + 1 file changed, 1 insertion(+) (limited to 'proto/pipe') diff --git a/proto/pipe/config.Y b/proto/pipe/config.Y index c869de9f..fc08445f 100644 --- a/proto/pipe/config.Y +++ b/proto/pipe/config.Y @@ -25,6 +25,7 @@ proto: pipe_proto '}' { this_channel = NULL; } ; pipe_proto_start: proto_start PIPE { this_proto = proto_config_new(&proto_pipe, $1); + this_proto->loop_order = DOMAIN_ORDER(proto); PIPE_CFG->max_generation = 16; } proto_name -- cgit v1.2.3