diff options
Diffstat (limited to 'sysemu.h')
-rw-r--r-- | sysemu.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -134,6 +134,7 @@ typedef struct DriveInfo { BlockInterfaceType type; int bus; int unit; + int used; BlockInterfaceErrorAction onerror; char serial[21]; } DriveInfo; |