X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fofproto-provider.h;h=f081482dc4fea1fda29768f6be74af21c242bbb9;hb=0b4f207828c9354761efc60bd9ab90898d9cc623;hp=68f4a801a3509323f8c7ccb38293a2068c80a9e5;hpb=193a106c9c68bbc4ae1ee48236f1671baadf2bce;p=sliver-openvswitch.git diff --git a/ofproto/ofproto-provider.h b/ofproto/ofproto-provider.h index 68f4a801a..f081482dc 100644 --- a/ofproto/ofproto-provider.h +++ b/ofproto/ofproto-provider.h @@ -266,7 +266,8 @@ rule_from_cls_rule(const struct cls_rule *cls_rule) void ofproto_rule_update_used(struct rule *, long long int used); void ofproto_rule_expire(struct rule *, uint8_t reason); -void ofproto_rule_destroy(struct rule *); +void ofproto_rule_destroy(struct ofproto *, struct classifier *cls, + struct rule *) OVS_REQ_WRLOCK(cls->rwlock); bool ofproto_rule_has_out_port(const struct rule *, ofp_port_t out_port);