diff options
author | Maria Matejka <mq@ucw.cz> | 2023-04-17 11:37:29 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2023-04-17 13:30:14 +0200 |
commit | 787fb56da37bfe9da4ea8d1a5a0d0cab02c9523a (patch) | |
tree | 76e93b20df24ca8cd84e665872d9819b0b05bf6d /nest/protocol.h | |
parent | 61e64d6a4119c32e0fa1b03285f805e21a00f6ab (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.h | 1 |
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 */ |