ofp-print: Avoid converting flow to ofp_match just to format it.
[openvswitch] / lib / dpif-linux.c
index b288cac368debf7d78699f1808a8bef50f5fb993..cb2183761e7b0141155bf7698d10b5bcc73b6560 100644 (file)
@@ -112,8 +112,8 @@ dpif_linux_enumerate(struct svec *all_dps)
 }
 
 static int
-dpif_linux_open(const char *name, const char *type OVS_UNUSED, bool create,
-                struct dpif **dpifp)
+dpif_linux_open(const struct dpif_class *class OVS_UNUSED, const char *name,
+                bool create, struct dpif **dpifp)
 {
     int minor;