New API call Xorriso_fetch_outlists()
This commit is contained in:
@ -561,6 +561,11 @@ struct XorrisO { /* the global context of xorriso */
|
||||
*/
|
||||
int msglist_stackfill;
|
||||
|
||||
int lib_msg_queue_lock_ini;
|
||||
int result_msglists_lock_ini;
|
||||
pthread_mutex_t lib_msg_queue_lock;
|
||||
pthread_mutex_t result_msglists_lock;
|
||||
|
||||
int status_history_max; /* for -status long_history */
|
||||
|
||||
/* 0= no logging of SCSI commands, 1= to stderr */
|
||||
|
Reference in New Issue
Block a user