]> Git Repo - qemu.git/blobdiff - block/sheepdog.c
block: Add "file" output parameter to block status query functions
[qemu.git] / block / sheepdog.c
index ff89298b134d18df990651e6f317502cd2e51d4b..2ea05a6e28c780dec9ae806b5f22a9a8fa3db4a3 100644 (file)
@@ -2708,7 +2708,7 @@ retry:
 
 static coroutine_fn int64_t
 sd_co_get_block_status(BlockDriverState *bs, int64_t sector_num, int nb_sectors,
-                       int *pnum)
+                       int *pnum, BlockDriverState **file)
 {
     BDRVSheepdogState *s = bs->opaque;
     SheepdogInode *inode = &s->inode;
This page took 0.022153 seconds and 4 git commands to generate.