Avoiding repeated PVD read attempts if first reading of PVD yielded error

This commit is contained in:
2011-04-22 08:18:41 +00:00
parent be08aa8b5c
commit f860e24e58
5 changed files with 16 additions and 2 deletions

View File

@ -113,6 +113,10 @@ struct isoburn {
*/
enum burn_disc_status fabricated_disc_status;
/* To be set if read errors occured during media evaluation.
*/
int media_read_error;
/* Eventual emulated table of content read from the chain of ISO headers
on overwriteable media.
*/