Worked on failure severities, message system, program abort decision
This commit is contained in:
@@ -123,8 +123,11 @@ struct XorrisO { /* the global context of xorriso */
|
||||
int status_history_max; /* for -status long_history */
|
||||
|
||||
/* >>> put -abort_on severity parameters here <<< */
|
||||
char abort_on_severity[20];
|
||||
|
||||
int library_msg_direct_print;
|
||||
char abort_on_text[20];
|
||||
int abort_on_severity; /* A severity rank number as threshold */
|
||||
int problem_status; /* Severity rank number. 0= no abort condition present */
|
||||
char problem_status_text[20];
|
||||
|
||||
/* temporary search facilities */
|
||||
#ifdef Xorriso_with_regeX
|
||||
@@ -142,7 +145,7 @@ struct XorrisO { /* the global context of xorriso */
|
||||
int is_dialog;
|
||||
int bar_is_fresh;
|
||||
char pending_option[SfileadrL]; /* eventual option entered at page prompt */
|
||||
int request_to_abort;
|
||||
int request_to_abort; /* abort a single operation like -ls, not the program */
|
||||
double idle_time;
|
||||
int re_failed_at; /* mismatch position with structured_search */
|
||||
int prepended_wd;
|
||||
|
Reference in New Issue
Block a user