fail-open: Add function to identify fail-open's flows.
[sliver-openvswitch.git] / ofproto / ofproto-dpif.h
index 0f96031..ab5dfbb 100644 (file)
@@ -74,7 +74,7 @@ void rule_dpif_unref(struct rule_dpif *);
 void rule_dpif_credit_stats(struct rule_dpif *rule ,
                             const struct dpif_flow_stats *);
 
-bool rule_dpif_fail_open(const struct rule_dpif *rule);
+bool rule_dpif_is_fail_open(const struct rule_dpif *);
 
 struct rule_actions *rule_dpif_get_actions(const struct rule_dpif *);