New API call isoburn_sync_after_write()

This commit is contained in:
2008-02-04 15:44:53 +00:00
parent ce082db6d2
commit ce43c9e5a2
4 changed files with 34 additions and 5 deletions

View File

@ -1 +1 @@
#define Xorriso_timestamP "2008.02.04.093106"
#define Xorriso_timestamP "2008.02.04.154405"

View File

@ -838,6 +838,9 @@ no_track:;
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "FATAL", 0);
goto ex;
}
/* To wait for the end of the libisofs threads and their messages. */
isoburn_sync_after_write(source_drive, 1);
Xorriso_process_msg_queues(xorriso,0);
sprintf(xorriso->info_text, "Writing completed sucessfully.\n\n");
Xorriso_info(xorriso, 0);