From 88e4462e611540ce57554dcbb6794df57f7bf7b7 Mon Sep 17 00:00:00 2001 From: Alex Wang Date: Wed, 16 Oct 2013 03:32:32 +0000 Subject: bfd: Add bfd_wake_time() function. This commit adds a new function "bfd_wake_time()" that returns the next wakeup time associated with the "struct bfd". Signed-off-by: Alex Wang Signed-off-by: Ethan Jackson Acked-by: Ethan Jackson --- lib/bfd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/bfd.h') diff --git a/lib/bfd.h b/lib/bfd.h index 0e1e33d09..f49a3d6d7 100644 --- a/lib/bfd.h +++ b/lib/bfd.h @@ -49,5 +49,5 @@ void bfd_unref(struct bfd *); bool bfd_forwarding(const struct bfd *); void bfd_get_status(const struct bfd *, struct smap *); void bfd_set_netdev(struct bfd *, const struct netdev *); - +long long int bfd_wake_time(const struct bfd *); #endif /* bfd.h */ -- cgit v1.2.1