Implemented verbosity control by option -report_about

This commit is contained in:
2007-10-19 16:49:37 +00:00
parent f399a30e65
commit 4195d73f82
6 changed files with 54 additions and 13 deletions

View File

@@ -125,6 +125,8 @@ struct XorrisO { /* the global context of xorriso */
int status_history_max; /* for -status long_history */
/* >>> put -abort_on severity parameters here <<< */
char report_about_text[20];
int report_about_severity;
int library_msg_direct_print;
char abort_on_text[20];
int abort_on_severity; /* A severity rank number as threshold */