New bit1 with API call Xorriso_change_is_pending() issues a note if return is 0 and indev and outdev point to different drives

This commit is contained in:
2023-08-08 13:43:51 +02:00
parent 0b7e4f934e
commit ab0bfdb04f
8 changed files with 43 additions and 5 deletions

View File

@ -357,6 +357,11 @@ struct XorrisO { /* the global context of xorriso */
3= change pending, but the attempt to write it
failed
*/
int commit_attempts; /* For Xorriso_change_is_pending bit1 */
int print_size_attempts; /* For Xorriso_change_is_pending bit1 */
int write_session_counter; /* For Xorriso_change_is_pending bit1 */
int print_size_counter; /* For Xorriso_change_is_pending bit1 */
int no_volset_present; /* set to 1 on first failure */
struct CheckmediajoB *check_media_default;