New option -errfile_log

This commit is contained in:
2008-02-23 10:28:58 +00:00
parent 5c83a138d4
commit a363e9a73c
3 changed files with 187 additions and 11 deletions

View File

@ -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;