X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fin-band.h;h=d90dc8576b79de812ab3e116b27332eeb8a77f42;hb=f45ee2cd9a8cd2a4f2a60fd36da9f95775e2efa6;hp=972acaa8fd552aaa5305de094ce8214081ba6f2e;hpb=cdee00fd635d1e0f1eeb5d9c009daeb59abd4777;p=openvswitch diff --git a/ofproto/in-band.h b/ofproto/in-band.h index 972acaa8..d90dc857 100644 --- a/ofproto/in-band.h +++ b/ofproto/in-band.h @@ -41,7 +41,7 @@ bool in_band_msg_in_hook(struct in_band *, const struct flow *, const struct ofpbuf *packet); bool in_band_rule_check(struct in_band *, const struct flow *, const struct nlattr *odp_actions, - unsigned int actions_len); + size_t actions_len); void in_band_flushed(struct in_band *); #endif /* in-band.h */