summaryrefslogtreecommitdiff
path: root/lib
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 /lib
parent61e64d6a4119c32e0fa1b03285f805e21a00f6ab (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.h2
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