]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/block/block.h
block: Add bdrv_refresh_filename()
[mirror_qemu.git] / include / block / block.h
index e94b701667b5e8cd311f3175ab7ff792603a45e4..8f4ad16d8f51ff9a21fa9a4ae80ffd7b925a8854 100644 (file)
@@ -274,6 +274,7 @@ int coroutine_fn bdrv_co_write_zeroes(BlockDriverState *bs, int64_t sector_num,
 BlockDriverState *bdrv_find_backing_image(BlockDriverState *bs,
     const char *backing_file);
 int bdrv_get_backing_file_depth(BlockDriverState *bs);
+void bdrv_refresh_filename(BlockDriverState *bs);
 int bdrv_truncate(BlockDriverState *bs, int64_t offset);
 int64_t bdrv_nb_sectors(BlockDriverState *bs);
 int64_t bdrv_getlength(BlockDriverState *bs);