Changed prototype of new API call Xorriso_start_msg_watcher()

This commit is contained in:
2012-09-15 09:52:29 +00:00
parent 7e448296c4
commit fc689bc70b
6 changed files with 51 additions and 25 deletions

View File

@ -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;