From f603d7d262fdfa2dc977f3f3ec516b54e6a7deae Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Wed, 25 Jul 2018 13:51:09 -0700 Subject: [PATCH] Revert "dpif-netdev: Use compatible function type to fix broken build." 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 CC: Simon Horman CC: Roi Dayan CC: Aaron Conole Signed-off-by: Justin Pettit Acked-by: Ben Pfaff --- lib/dpif-netdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c index 6c3736ef5..13a20f023 100644 --- a/lib/dpif-netdev.c +++ b/lib/dpif-netdev.c @@ -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;