X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=include%2Fblock%2Fblock-global-state.h;h=bd7cecd1cf44c13c448aaa5eb6e17572ae240ef4;hb=4b028cbe7540b302d48f7d9e59a8cb860209d9fa;hp=4ec0b217f059944241461a4863d8eb502c5e4fce;hpb=014b99a8e41c8cd1e895137654b44dec5430122c;p=mirror_qemu.git diff --git a/include/block/block-global-state.h b/include/block/block-global-state.h index 4ec0b217f0..bd7cecd1cf 100644 --- a/include/block/block-global-state.h +++ b/include/block/block-global-state.h @@ -144,7 +144,8 @@ int GRAPH_RDLOCK bdrv_make_empty(BdrvChild *c, Error **errp); void bdrv_register(BlockDriver *bdrv); int bdrv_drop_intermediate(BlockDriverState *top, BlockDriverState *base, - const char *backing_file_str); + const char *backing_file_str, + bool backing_mask_protocol); BlockDriverState * GRAPH_RDLOCK bdrv_find_overlay(BlockDriverState *active, BlockDriverState *bs);