summaryrefslogtreecommitdiff
path: root/lib/cfm.h
diff options
context:
space:
mode:
authorMehak Mahajan <mmahajan@nicira.com>2012-04-05 14:26:29 -0700
committerMehak Mahajan <mmahajan@nicira.com>2012-04-05 14:40:52 -0700
commit222d3ba460daec60056010f87f6e3041422784d3 (patch)
tree015c3d16ffeb18564cba1cee7b4e08e3e19957f0 /lib/cfm.h
parentc75b7e39d973cc9f4869c84d48eeb3b66afb2971 (diff)
downloadopenvswitch-222d3ba460daec60056010f87f6e3041422784d3.tar.gz
Revert "Granular link health statistics for cfm."
Missed commiting one line of change. This reverts commit c75b7e39d973cc9f4869c84d48eeb3b66afb2971. Signed-off-by: Mehak Mahajan <mmahajan@nicira.com>
Diffstat (limited to 'lib/cfm.h')
-rw-r--r--lib/cfm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/cfm.h b/lib/cfm.h
index 2b4f888f5..2556a325b 100644
--- a/lib/cfm.h
+++ b/lib/cfm.h
@@ -69,7 +69,6 @@ bool cfm_configure(struct cfm *, const struct cfm_settings *);
bool cfm_should_process_flow(const struct cfm *cfm, const struct flow *);
void cfm_process_heartbeat(struct cfm *, const struct ofpbuf *packet);
int cfm_get_fault(const struct cfm *);
-int cfm_get_health(const struct cfm *);
bool cfm_get_opup(const struct cfm *);
void cfm_get_remote_mpids(const struct cfm *, const uint64_t **rmps,
size_t *n_rmps);