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 /lib | |
parent | 61e64d6a4119c32e0fa1b03285f805e21a00f6ab (diff) |
IO: added a specific loop pickup group for BFD; to be done better in future
Diffstat (limited to 'lib')
-rw-r--r-- | lib/io-loop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/io-loop.h b/lib/io-loop.h index 502d77fc..877cd5ce 100644 --- a/lib/io-loop.h +++ b/lib/io-loop.h @@ -17,7 +17,7 @@ extern struct birdloop main_birdloop; /* Start a new birdloop owned by given pool and domain */ -struct birdloop *birdloop_new(pool *p, uint order, const char *name); +struct birdloop *birdloop_new(pool *p, uint order, const char *name, btime max_latency); /* Stop the loop. At the end, the @stopped callback is called unlocked in tail * position to finish cleanup. Run birdloop_free() from that callback to free |