New API call Xorriso_peek_outlists()

This commit is contained in:
2012-09-15 17:04:32 +00:00
parent 6338febf8f
commit 634b20ec05
7 changed files with 175 additions and 26 deletions

View File

@ -587,6 +587,9 @@ struct XorrisO { /* the global context of xorriso */
int (*msgw_info_handler)(void *handle, char *text);
void *msgw_info_handle;
int msgw_stack_handle;
int msgw_msg_pending; /* 0=no, 1=fetching(i.e. maybe) , 2=yes */
int msgw_fetch_lock_ini;
pthread_mutex_t msgw_fetch_lock;
int status_history_max; /* for -status long_history */