]> git.proxmox.com Git - mirror_qemu.git/blobdiff - crypto/blockpriv.h
main-loop: Acquire main_context lock around os_host_main_loop_wait.
[mirror_qemu.git] / crypto / blockpriv.h
index 15b547d95267a773c4f5a2d148ed3688486e6436..68f0f0670473d061a17496d45eef170cb1483dda 100644 (file)
@@ -53,6 +53,10 @@ struct QCryptoBlockDriver {
                   void *opaque,
                   Error **errp);
 
+    int (*get_info)(QCryptoBlock *block,
+                    QCryptoBlockInfo *info,
+                    Error **errp);
+
     void (*cleanup)(QCryptoBlock *block);
 
     int (*encrypt)(QCryptoBlock *block,