summaryrefslogtreecommitdiff
path: root/lib/bfd.h
diff options
context:
space:
mode:
authorAlex Wang <alexw@nicira.com>2013-10-16 03:32:32 +0000
committerEthan Jackson <ethan@nicira.com>2013-10-16 18:08:05 -0700
commit88e4462e611540ce57554dcbb6794df57f7bf7b7 (patch)
treeb5f5d5ebc707c207e9cf076ebd7572cc64685ffb /lib/bfd.h
parent1a29a798ac5f8b903b8cb552038f31288020b0c1 (diff)
downloadopenvswitch-88e4462e611540ce57554dcbb6794df57f7bf7b7.tar.gz
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 <alexw@nicira.com> Signed-off-by: Ethan Jackson <ethan@nicira.com> Acked-by: Ethan Jackson <ethan@nicira.com>
Diffstat (limited to 'lib/bfd.h')
-rw-r--r--lib/bfd.h2
1 files changed, 1 insertions, 1 deletions
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 */