New command -use_immed_bit, new -as cdrecord option use_immed_bit=

This commit is contained in:
2016-07-31 07:38:41 +00:00
parent 21800fbf56
commit 07345cf49d
19 changed files with 284 additions and 86 deletions

View File

@@ -383,6 +383,9 @@ struct XorrisO { /* the global context of xorriso */
int min_buffer_percent;
int max_buffer_percent;
int use_immed_bit; /* 1= on , 0= default , -1 = off */
int use_immed_bit_default; /* 1= on , 0= yet undefined , -1 = off */
int stdio_sync; /* stdio fsync interval: -1, 0, >=32 */
int stdio_sync_is_default; /* 1= is still default , 0= has been set */