X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fofproto-provider.h;h=bbb9ba115ac733eb4befae5eb423b4838191f11d;hb=8b81d1ef3ca5f1815267a12d44b6ebc96b5a45c1;hp=782fe6929e5872c9d2e5b516dde23f3b63824f2c;hpb=15aaf59932a3fa3d6c6b914a62d1ba8515cedbf8;p=sliver-openvswitch.git diff --git a/ofproto/ofproto-provider.h b/ofproto/ofproto-provider.h index 782fe6929..bbb9ba115 100644 --- a/ofproto/ofproto-provider.h +++ b/ofproto/ofproto-provider.h @@ -457,8 +457,7 @@ rule_from_cls_rule(const struct cls_rule *cls_rule) void ofproto_rule_expire(struct rule *rule, uint8_t reason) OVS_REQUIRES(ofproto_mutex); -void ofproto_rule_delete(struct ofproto *, struct classifier *cls, - struct rule *) +void ofproto_rule_delete(struct ofproto *, struct rule *) OVS_EXCLUDED(ofproto_mutex); void ofproto_rule_reduce_timeouts(struct rule *rule, uint16_t idle_timeout, uint16_t hard_timeout)