More work on burn data.

This commit is contained in:
Jaime Thomas
2008-12-26 19:03:11 +00:00
parent f90d42137c
commit e5b8de8229
6 changed files with 144 additions and 75 deletions

View File

@ -70,6 +70,9 @@ struct _Ecdb_Drive_Info
unsigned char write_cdr:1;
unsigned char write_simulate:1;
/* Capacity */
long long capacity;
BurnDriveInfo *tangible;
};