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/protocol.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nest/protocol.h') diff --git a/nest/protocol.h b/nest/protocol.h index fe987d17..01153162 100644 --- a/nest/protocol.h +++ b/nest/protocol.h @@ -106,6 +106,7 @@ struct proto_config { u32 debug, mrtdump; /* Debugging bitfields, both use D_* constants */ u32 router_id; /* Protocol specific router ID */ uint loop_order; /* Launch a birdloop on this locking level; use DOMAIN_ORDER(the_bird) for mainloop */ + btime loop_max_latency; /* Request this specific maximum latency of loop; zero to default */ list channels; /* List of channel configs (struct channel_config) */ struct iface *vrf; /* Related VRF instance, NULL if global */ -- cgit v1.2.3