]> git.proxmox.com Git - qemu.git/blobdiff - blockdev.h
iothread: replace fair_mutex with a condition variable
[qemu.git] / blockdev.h
index 2c9e7804c916ad1e5f5e40d8dd2a7ec601d49032..3587786a648fd8f926bb7fcdbf3b1c9788601d1e 100644 (file)
@@ -33,6 +33,7 @@ struct DriveInfo {
     int bus;
     int unit;
     int auto_del;               /* see blockdev_mark_auto_del() */
+    int media_cd;
     QemuOpts *opts;
     char serial[BLOCK_SERIAL_STRLEN + 1];
     QTAILQ_ENTRY(DriveInfo) next;