New option -errfile_log
This commit is contained in:
@ -174,6 +174,10 @@ struct XorrisO { /* the global context of xorriso */
|
||||
int problem_status; /* Severity rank number. 0= no abort condition present */
|
||||
char problem_status_text[20];
|
||||
|
||||
char errfile_log[SfileadrL]; /* for -errfile_log */
|
||||
int errfile_mode; /* bit0= marked */
|
||||
FILE *errfile_fp;
|
||||
|
||||
char return_with_text[20];
|
||||
int return_with_severity;
|
||||
int return_with_value;
|
||||
|
Reference in New Issue
Block a user