Commit 4f3fa162 authored by Maria Matejka's avatar Maria Matejka
Browse files

Pipe runs in parallel.

parent 878eeec1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1413,6 +1413,7 @@ proto_event(void *ptr)
  {
    if (p->proto == &proto_unix_iface)
      if_flush_ifaces(p);

    p->do_stop = 0;
  }

+1 −0
Original line number Diff line number Diff line
@@ -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