X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fmultipath.h;h=8ac4bfd350687ba85c24d795cb3ef43f669c2d61;hb=777507385a993b3ca072c512dac30ba1e6354b42;hp=962602b629c9dbf2cd7b2b50845445b67933cbd0;hpb=53ddd40ab56b6c31a2ced6b984c33ae27f458101;p=openvswitch diff --git a/lib/multipath.h b/lib/multipath.h index 962602b6..8ac4bfd3 100644 --- a/lib/multipath.h +++ b/lib/multipath.h @@ -29,7 +29,7 @@ struct nx_action_reg_move; * See include/openflow/nicira-ext.h for NXAST_MULTIPATH specification. */ -int multipath_check(const struct nx_action_multipath *); +int multipath_check(const struct nx_action_multipath *, const struct flow *); void multipath_execute(const struct nx_action_multipath *, struct flow *); void multipath_parse(struct nx_action_multipath *, const char *);