From 787fb56da37bfe9da4ea8d1a5a0d0cab02c9523a Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Mon, 17 Apr 2023 11:37:29 +0200 Subject: IO: added a specific loop pickup group for BFD; to be done better in future --- nest/rt-table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nest/rt-table.c') diff --git a/nest/rt-table.c b/nest/rt-table.c index 54aa90a6..b18727b1 100644 --- a/nest/rt-table.c +++ b/nest/rt-table.c @@ -2907,7 +2907,7 @@ rt_setup(pool *pp, struct rtable_config *cf) } /* Start the service thread */ - t->loop = birdloop_new(p, DOMAIN_ORDER(service), mb_sprintf(p, "Routing table %s", t->name)); + t->loop = birdloop_new(p, DOMAIN_ORDER(service), mb_sprintf(p, "Routing table %s", t->name), 0); birdloop_enter(t->loop); birdloop_flag_set_handler(t->loop, &t->fh); birdloop_leave(t->loop); -- cgit v1.2.3