X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fdpif.c;h=a0f638af7e4c7083e3eeae9018142bc6719e3696;hb=58f8f0e703234efbd915009d184dba7c3c90059b;hp=d4d9b34010c7fe5a4b0ddfa68ccef9aed81ce547;hpb=cdee00fd635d1e0f1eeb5d9c009daeb59abd4777;p=openvswitch diff --git a/lib/dpif.c b/lib/dpif.c index d4d9b340..a0f638af 100644 --- a/lib/dpif.c +++ b/lib/dpif.c @@ -1132,7 +1132,7 @@ static void log_flow_message(const struct dpif *dpif, int error, const char *operation, const struct odp_flow_key *flow, const struct odp_flow_stats *stats, - const struct nlattr *actions, unsigned int actions_len) + const struct nlattr *actions, size_t actions_len) { struct ds ds = DS_EMPTY_INITIALIZER; ds_put_format(&ds, "%s: ", dpif_name(dpif));