Fix up usage of flow_wildcards_t.
[openvswitch] / lib / cfm.h
index 1be1981e8b00c03136057a4a0809ff6f02bdd463..4bb8dc93ee71228ba8d3f9dd4afa1e63c6cf7c53 100644 (file)
--- a/lib/cfm.h
+++ b/lib/cfm.h
@@ -69,7 +69,7 @@ struct remote_mp {
     uint16_t mpid;         /* The Maintenance Point ID of this 'remote_mp'. */
     struct hmap_node node; /* In 'cfm' 'remote_mps' or 'x_remote_mps'. */
 
-    long long recv_time; /* Time the most recent CCM was received. */
+    bool recv;           /* CCM was received since last fault check. */
     bool fault;          /* Indicates a connectivity fault. */
 };