X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=lib%2Fbundle.h;h=a1f0ef2abb6906da7d263cfc3cf86439dd5b4f14;hb=cede00f2ce2f0b1ba375a48f02a211d05823b052;hp=c2a22f08cb37e8802316492823b20ae724300be1;hpb=c2d936a44fa612e88c743c6e7b367a9813093202;p=cascardo%2Fovs.git diff --git a/lib/bundle.h b/lib/bundle.h index c2a22f08c..a1f0ef2ab 100644 --- a/lib/bundle.h +++ b/lib/bundle.h @@ -44,9 +44,9 @@ ofp_port_t bundle_execute(const struct ofpact_bundle *, const struct flow *, void *aux); enum ofperr bundle_check(const struct ofpact_bundle *, ofp_port_t max_ports, const struct flow *); -char *bundle_parse(const char *, struct ofpbuf *ofpacts) WARN_UNUSED_RESULT; +char *bundle_parse(const char *, struct ofpbuf *ofpacts) OVS_WARN_UNUSED_RESULT; char *bundle_parse_load(const char *, struct ofpbuf *ofpacts) - WARN_UNUSED_RESULT; + OVS_WARN_UNUSED_RESULT; void bundle_format(const struct ofpact_bundle *, struct ds *); #endif /* bundle.h */