New command -data_cache_size
This commit is contained in:
@ -267,6 +267,10 @@ struct XorrisO { /* the global context of xorriso */
|
||||
burn_write_opts_set_start_byte().
|
||||
*/
|
||||
|
||||
int cache_num_tiles; /* -data_cache_size */
|
||||
int cache_tile_blocks;
|
||||
int cache_default; /* bit0= cache_num_tiles, bit1= cache_tile_blocks */
|
||||
|
||||
int do_calm_drive; /* bit0= calm down drive after aquiring it */
|
||||
|
||||
char indev[SfileadrL];
|
||||
|
Reference in New Issue
Block a user