Implemented a more reasonable solution for drive truncation with regular files

This commit is contained in:
2008-02-21 18:52:52 +00:00
parent 43ea3bdef2
commit 25a68fcf77
8 changed files with 59 additions and 17 deletions

View File

@ -42,8 +42,12 @@ struct isoburn {
/* Aligned start address to be used for processing (counted in blocks) */
int nwa;
/* Truncate to .nwa an eventual regular file serving as output drive */
int truncate;
/* Eventual freely fabricated isoburn_disc_get_status().
BURN_DISC_UNREADY means that normally emulated status is in effect.
BURN_DISC_UNREADY means that this variable is disabled
and normally emulated status is in effect.
*/
enum burn_disc_status fabricated_disc_status;