ovs-vswitchd: Release most memory on normal exit.
[openvswitch] / lib / dpif-linux.c
index 6aa333557aadd3b25fa443b846d77accdecc01a1..870e03e210fad06aef7044e921997679e6536fd1 100644 (file)
@@ -392,7 +392,7 @@ dpif_linux_flow_list(const struct dpif *dpif_, struct odp_flow flows[], int n)
 
 static int
 dpif_linux_execute(struct dpif *dpif_,
-                   const struct nlattr *actions, unsigned int actions_len,
+                   const struct nlattr *actions, size_t actions_len,
                    const struct ofpbuf *buf)
 {
     struct odp_execute execute;