summaryrefslogtreecommitdiff
path: root/nest/protocol.h
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2023-04-17 11:37:29 +0200
committerMaria Matejka <mq@ucw.cz>2023-04-17 13:30:14 +0200
commit787fb56da37bfe9da4ea8d1a5a0d0cab02c9523a (patch)
tree76e93b20df24ca8cd84e665872d9819b0b05bf6d /nest/protocol.h
parent61e64d6a4119c32e0fa1b03285f805e21a00f6ab (diff)
IO: added a specific loop pickup group for BFD; to be done better in future
Diffstat (limited to 'nest/protocol.h')
-rw-r--r--nest/protocol.h1
1 files changed, 1 insertions, 0 deletions
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 */