mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-09 20:58:44 +00:00
Pipe runs in parallel.
This commit is contained in:
parent
878eeec12b
commit
4f3fa1623f
@ -1413,6 +1413,7 @@ proto_event(void *ptr)
|
||||
{
|
||||
if (p->proto == &proto_unix_iface)
|
||||
if_flush_ifaces(p);
|
||||
|
||||
p->do_stop = 0;
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user