diff options
author | Maria Matejka <mq@ucw.cz> | 2022-09-18 16:36:07 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-09-18 16:36:07 +0200 |
commit | f33793acf768646b63c42287de2e09e7f33d7b1f (patch) | |
tree | d124797f3325b43cb6b90056a5f6505e4a178244 /proto | |
parent | cf38092b2ddf7c3bc8d2ec25e57c2621462c02c2 (diff) | |
parent | 4f3fa1623f66acd24c227cf0cc5a4af2f5133b6c (diff) |
Merge commit '4f3fa162' into HEAD
Diffstat (limited to 'proto')
-rw-r--r-- | proto/pipe/config.Y | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/pipe/config.Y b/proto/pipe/config.Y index 0990168e..444de127 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 |