X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fmultipath.h;h=97b51617f6c99896bf0119dee58b5c6fd2654565;hb=bcd2633a5be6d9b1dc4a42425f48d72423890573;hp=1b5160dd2a383384ad5a7d2dc28dfc689d0c523e;hpb=368eefac37c490ad4f63e5d40deb94c724cf25c5;p=sliver-openvswitch.git diff --git a/lib/multipath.h b/lib/multipath.h index 1b5160dd2..97b51617f 100644 --- a/lib/multipath.h +++ b/lib/multipath.h @@ -22,6 +22,7 @@ struct ds; struct flow; +struct flow_wildcards; struct nx_action_multipath; struct ofpact_multipath; struct ofpbuf; @@ -38,7 +39,8 @@ enum ofperr multipath_check(const struct ofpact_multipath *, void multipath_to_nxast(const struct ofpact_multipath *, struct ofpbuf *openflow); -void multipath_execute(const struct ofpact_multipath *, struct flow *); +void multipath_execute(const struct ofpact_multipath *, struct flow *, + struct flow_wildcards *); void multipath_parse(struct ofpact_multipath *, const char *); void multipath_format(const struct ofpact_multipath *, struct ds *);