]> git.proxmox.com Git - mirror_ovs.git/commitdiff
Revert "dpif-netdev: Use compatible function type to fix broken build."
authorJustin Pettit <jpettit@ovn.org>
Wed, 25 Jul 2018 20:51:09 +0000 (13:51 -0700)
committerJustin Pettit <jpettit@ovn.org>
Wed, 25 Jul 2018 21:17:33 +0000 (14:17 -0700)
Commit ab15e70eb587 ("dpctl: Expand the flow dump type filter") will be
reverted, which this patch fixed, so it needs to be reverted as well.

This reverts commit b10ac772218afd4f296db866f6b80258e1d1ca8a.

CC: Gavi Teitz <gavi@mellanox.com>
CC: Simon Horman <simon.horman@netronome.com>
CC: Roi Dayan <roid@mellanox.com>
CC: Aaron Conole <aconole@redhat.com>
Signed-off-by: Justin Pettit <jpettit@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
lib/dpif-netdev.c

index 6c3736ef517f50e58486417fbf9d763f7f807f7c..13a20f02355442d5dda15c8a5a5a1290b91ea613 100644 (file)
@@ -3481,7 +3481,7 @@ dpif_netdev_flow_dump_cast(struct dpif_flow_dump *dump)
 
 static struct dpif_flow_dump *
 dpif_netdev_flow_dump_create(const struct dpif *dpif_, bool terse,
-                             struct dpif_flow_dump_types *type OVS_UNUSED)
+                             char *type OVS_UNUSED)
 {
     struct dpif_netdev_flow_dump *dump;