summaryrefslogtreecommitdiff
path: root/proto/bfd/bfd.c
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2022-09-20 17:01:50 +0200
committerMaria Matejka <mq@ucw.cz>2022-09-20 17:17:50 +0200
commit6768e0cf9e4b7befbc29f2d40a6b15e1198908f5 (patch)
treef6feb422d6c4e9a16b0a2210d4ff7c51b8ab496a /proto/bfd/bfd.c
parent4b4fe1bd65f0dcebe3ff51a395acf0fd21c46a5d (diff)
Pipe kick-and-drain packed into a neat structure and functions.
Diffstat (limited to 'proto/bfd/bfd.c')
-rw-r--r--proto/bfd/bfd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/proto/bfd/bfd.c b/proto/bfd/bfd.c
index 0ecace0e..25ff19ac 100644
--- a/proto/bfd/bfd.c
+++ b/proto/bfd/bfd.c
@@ -951,10 +951,6 @@ bfd_reconfigure_neighbors(struct bfd_proto *p, struct bfd_config *new)
/* This core notify code should be replaced after main loop transition to birdloop */
-int pipe(int pipefd[2]);
-void pipe_drain(int fd);
-void pipe_kick(int fd);
-
static void
bfd_notify_hook(void *data)
{