]> git.proxmox.com Git - qemu.git/blobdiff - block/gluster.c
bdrv: Use "Error" for opening images
[qemu.git] / block / gluster.c
index dbb03f4de50fdee18e8f3dc48a99b9ce41279322..6c7b000db6292be13e88c260853dd118c11ce5f6 100644 (file)
@@ -288,7 +288,7 @@ static QemuOptsList runtime_opts = {
 };
 
 static int qemu_gluster_open(BlockDriverState *bs,  QDict *options,
-                             int bdrv_flags)
+                             int bdrv_flags, Error **errp)
 {
     BDRVGlusterState *s = bs->opaque;
     int open_flags = O_BINARY;