]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - include/block/block_int.h
block: Add status callback to bdrv_amend_options()
[thirdparty/qemu.git] / include / block / block_int.h
index a293e92852c396a24e459da2f1984d986817bbc6..a1c17b95788f2ea2bde110f9ccba51176753aa1c 100644 (file)
@@ -232,7 +232,8 @@ struct BlockDriver {
     int (*bdrv_check)(BlockDriverState* bs, BdrvCheckResult *result,
         BdrvCheckMode fix);
 
-    int (*bdrv_amend_options)(BlockDriverState *bs, QemuOpts *opts);
+    int (*bdrv_amend_options)(BlockDriverState *bs, QemuOpts *opts,
+                              BlockDriverAmendStatusCB *status_cb);
 
     void (*bdrv_debug_event)(BlockDriverState *bs, BlkDebugEvent event);