Taking synchronous read/write into respect with abort handling

This commit is contained in:
2007-08-22 17:33:53 +00:00
parent f677261e77
commit 64352b61ea
5 changed files with 18 additions and 5 deletions

View File

@ -251,8 +251,16 @@ enum burn_drive_status
/* ts A61223 */
/** The drive is formatting media */
BURN_DRIVE_FORMATTING
BURN_DRIVE_FORMATTING,
/* ts A70822 */
/** The drive is busy in synchronous read (if you see this then it
has been interrupted) */
BURN_DRIVE_READING_SYNC,
/** The drive is busy in synchronous write (if you see this then it
has been interrupted) */
BURN_DRIVE_WRITING_SYNC
};