summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2013-10-22 21:36:22 -0700
committerBen Pfaff <blp@nicira.com>2013-10-23 08:37:31 -0700
commitee1afdd55567263f8a10f9bff3e5ae6fc8e42fdb (patch)
tree09e644d3671302a20bf8154c12676f5620f5615a /ofproto/ofproto-dpif.h
parentd4fa4e792e55c60142f86a82822132ac584559ce (diff)
downloadopenvswitch-ee1afdd55567263f8a10f9bff3e5ae6fc8e42fdb.tar.gz
fail-open: Add function to identify fail-open's flows.
This seems slightly cleaner than embedding this logic directing into ofproto-dpif, since it is an interface that theoretically could be useful to other ofproto providers. Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'ofproto/ofproto-dpif.h')
-rw-r--r--ofproto/ofproto-dpif.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ofproto/ofproto-dpif.h b/ofproto/ofproto-dpif.h
index 0f9603189..ab5dfbbd7 100644
--- a/ofproto/ofproto-dpif.h
+++ b/ofproto/ofproto-dpif.h
@@ -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 *);