X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fofproto-provider.h;fp=ofproto%2Fofproto-provider.h;h=0148fe6123e2a4b18442dc8240e1261b28a4f13e;hb=1ebeaaa7f0c3f0f94f28377404c52a11cca50d86;hp=0e22b7cb27112cff220a1c1b380942a3040d96e1;hpb=79428250c2b2b51f233d2c3f74560190ff9fb325;p=sliver-openvswitch.git diff --git a/ofproto/ofproto-provider.h b/ofproto/ofproto-provider.h index 0e22b7cb2..0148fe612 100644 --- a/ofproto/ofproto-provider.h +++ b/ofproto/ofproto-provider.h @@ -1727,6 +1727,8 @@ BUILD_ASSERT_DECL(OFPROTO_POSTPONE < OFPERR_OFS); int ofproto_flow_mod(struct ofproto *, struct ofputil_flow_mod *) OVS_EXCLUDED(ofproto_mutex); +struct rule *ofproto_refresh_rule(struct rule *rule) + OVS_EXCLUDED(ofproto_mutex); void ofproto_add_flow(struct ofproto *, const struct match *, unsigned int priority, const struct ofpact *ofpacts, size_t ofpacts_len)