X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fnetdev-patch.c;h=5a0eea7155a7f6b216c64d70e838a103fa715832;hb=b8dcf5e9c554e2c5fc35a68a086d304fc0cea59a;hp=7e8b1990e3ca66cf4281a6f251341e67de60dbb5;hpb=6fcfff1b116eb59999cc686f37f08b8f9af27996;p=sliver-openvswitch.git diff --git a/lib/netdev-patch.c b/lib/netdev-patch.c index 7e8b1990e..5a0eea715 100644 --- a/lib/netdev-patch.c +++ b/lib/netdev-patch.c @@ -85,8 +85,9 @@ parse_config(const char *name, const struct shash *args, } static int -netdev_patch_create(const char *name, const char *type OVS_UNUSED, - const struct shash *args, struct netdev_dev **netdev_devp) +netdev_patch_create(const struct netdev_class *class OVS_UNUSED, + const char *name, const struct shash *args, + struct netdev_dev **netdev_devp) { int err; struct odp_vport_add ova;