New parameter "leave" to command -calm_drive
This commit is contained in:
@ -381,7 +381,10 @@ struct XorrisO { /* the global context of xorriso */
|
||||
int cache_tile_blocks;
|
||||
int cache_default; /* bit0= cache_num_tiles, bit1= cache_tile_blocks */
|
||||
|
||||
int do_calm_drive; /* bit0= calm down drive after acquiring it */
|
||||
int do_calm_drive; /* bit0= calm down drive after acquiring it
|
||||
bit1= do not calm down drive when giving it up
|
||||
(The combination of bit0 and bit1 is yet undefined)
|
||||
*/
|
||||
|
||||
char indev[SfileadrL];
|
||||
void *in_drive_handle; /* interpreted only by libburnia oriented modules */
|
||||
|
Reference in New Issue
Block a user