diff options
Diffstat (limited to 'nest/proto.c')
-rw-r--r-- | nest/proto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/proto.c b/nest/proto.c index 21460e56..cd6a3faa 100644 --- a/nest/proto.c +++ b/nest/proto.c @@ -1220,7 +1220,7 @@ proto_start(struct proto *p) p->gr_recovery = 1; if (p->cf->loop_order != DOMAIN_ORDER(the_bird)) - p->loop = birdloop_new(p->pool, p->cf->loop_order, p->pool->name); + p->loop = birdloop_new(p->pool, p->cf->loop_order, p->pool->name, p->cf->loop_max_latency); p->iface_sub.target = proto_event_list(p); |