From: Peter Krempa <[email protected]>

Signed-off-by: Peter Krempa <[email protected]>
---
 src/qemu/qemu_domain.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/qemu/qemu_domain.h b/src/qemu/qemu_domain.h
index 06e2f92ac3..393f9c9c96 100644
--- a/src/qemu/qemu_domain.h
+++ b/src/qemu/qemu_domain.h
@@ -359,7 +359,7 @@ struct _qemuDomainVcpuPrivate {
 struct qemuDomainDiskInfo {
     bool tray;
     bool tray_open;
-    int io_status;
+    virDomainDiskErrorCode io_status;
 };

 #define QEMU_DOMAIN_CHR_SOURCE_PRIVATE(dev) \
-- 
2.53.0

Reply via email to