summaryrefslogtreecommitdiff
path: root/lib/cfm.h
diff options
context:
space:
mode:
authorAlex Wang <alexw@nicira.com>2013-10-16 03:32:33 +0000
committerEthan Jackson <ethan@nicira.com>2013-10-16 18:08:05 -0700
commit526d174aaba5f3aa99e4294e89ca41cce96dbd35 (patch)
tree0b9e73bd7868232209ae9635f185dbbfd90ed2a4 /lib/cfm.h
parent88e4462e611540ce57554dcbb6794df57f7bf7b7 (diff)
downloadopenvswitch-526d174aaba5f3aa99e4294e89ca41cce96dbd35.tar.gz
cfm: Add cfm_wake_time() function.
This commit adds a new function "cfm_wake_time()" that returns the next wakeup time associated with the "struct cfm". 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/cfm.h')
-rw-r--r--lib/cfm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/cfm.h b/lib/cfm.h
index cff713f98..9d1ea4c35 100644
--- a/lib/cfm.h
+++ b/lib/cfm.h
@@ -82,4 +82,5 @@ int cfm_get_opup(const struct cfm *);
void cfm_get_remote_mpids(const struct cfm *, uint64_t **rmps, size_t *n_rmps);
const char *cfm_fault_reason_to_str(int fault);
+long long int cfm_wake_time(struct cfm*);
#endif /* cfm.h */