]> git.proxmox.com Git - qemu.git/blobdiff - block/nbd.c
hw/i386/Makefile.obj: use $(PYTHON) to run .py scripts consistently
[qemu.git] / block / nbd.c
index 691066f726366e7b726a4094e14aa72f09983840..c8deeee67fb61ee0372176d2c869597c399956f1 100644 (file)
@@ -453,7 +453,8 @@ static void nbd_teardown_connection(BlockDriverState *bs)
     closesocket(s->sock);
 }
 
-static int nbd_open(BlockDriverState *bs, QDict *options, int flags)
+static int nbd_open(BlockDriverState *bs, QDict *options, int flags,
+                    Error **errp)
 {
     BDRVNBDState *s = bs->opaque;
     int result;