X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fofproto-dpif.h;h=c93d37c2592c1b283bea5c91667f7f4576ddb148;hb=cfa955b083c5617212a29a03423e063ff6cb350a;hp=ab5dfbbd7e8c39eb6ab5c21f891e5ec0240f632c;hpb=ee1afdd55567263f8a10f9bff3e5ae6fc8e42fdb;p=sliver-openvswitch.git diff --git a/ofproto/ofproto-dpif.h b/ofproto/ofproto-dpif.h index ab5dfbbd7..c93d37c25 100644 --- a/ofproto/ofproto-dpif.h +++ b/ofproto/ofproto-dpif.h @@ -75,6 +75,7 @@ void rule_dpif_credit_stats(struct rule_dpif *rule , const struct dpif_flow_stats *); bool rule_dpif_is_fail_open(const struct rule_dpif *); +bool rule_dpif_is_table_miss(const struct rule_dpif *); struct rule_actions *rule_dpif_get_actions(const struct rule_dpif *);