New option -error_behavior with a first occasion image_loading

This commit is contained in:
2008-05-01 12:43:39 +00:00
parent 8e4787ee35
commit 3df489fa36
7 changed files with 119 additions and 22 deletions

View File

@ -184,6 +184,8 @@ struct XorrisO { /* the global context of xorriso */
int errfile_mode; /* bit0= marked */
FILE *errfile_fp;
int img_read_error_mode; /* 0=best_effort , 1=failure , 2=fatal */
char return_with_text[20];
int return_with_severity;
int return_with_value;