Changed prototype of new API call Xorriso_start_msg_watcher()
This commit is contained in:
@ -324,7 +324,9 @@ int Xorriso_new(struct XorrisO ** xorriso,char *progname, int flag)
|
||||
m->msg_watcher_lock_ini= 0;
|
||||
m->msg_watcher_state= 0;
|
||||
m->msgw_result_handler= NULL;
|
||||
m->msgw_result_handle= NULL;
|
||||
m->msgw_info_handler= NULL;
|
||||
m->msgw_info_handle= NULL;
|
||||
m->msgw_stack_handle= -1;
|
||||
m->msglist_stackfill= 0;
|
||||
m->status_history_max= Xorriso_status_history_maX;
|
||||
|
Reference in New Issue
Block a user