diff options
Diffstat (limited to 'block/gluster.c')
-rw-r--r-- | block/gluster.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/block/gluster.c b/block/gluster.c index 4fa4a77..0aa1f2c 100644 --- a/block/gluster.c +++ b/block/gluster.c @@ -1130,7 +1130,8 @@ out: return ret; } -static int coroutine_fn qemu_gluster_co_create_opts(const char *filename, +static int coroutine_fn qemu_gluster_co_create_opts(BlockDriver *drv, + const char *filename, QemuOpts *opts, Error **errp) { |