Allowed independent redirecton of result and info channel

This commit is contained in:
2008-08-15 10:29:47 +00:00
parent 7aa52d2cc9
commit ffb0dc8e54
4 changed files with 38 additions and 8 deletions

View File

@ -230,6 +230,9 @@ struct XorrisO { /* the global context of xorriso */
FILE *pktlog_fp;
struct Xorriso_lsT *result_msglists[Xorriso_max_outlist_stacK];
struct Xorriso_lsT *info_msglists[Xorriso_max_outlist_stacK];
int msglist_flags[Xorriso_max_outlist_stacK]; /* bit0= result is redirected
bit1= info is redirected
*/
int msglist_stackfill;
int status_history_max; /* for -status long_history */