datapath: Add backport for USHRT_MAX.
[openvswitch] / ofproto / in-band.h
index 972acaa8fd552aaa5305de094ce8214081ba6f2e..d90dc8576b79de812ab3e116b27332eeb8a77f42 100644 (file)
@@ -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 */