New API calls isoburn_igopt_set_stdio_endsync(), isoburn_igopt_get_stdio_endsync()

This commit is contained in:
2014-04-13 12:05:58 +00:00
parent 1bfd24f856
commit 59c4712b1a
6 changed files with 56 additions and 10 deletions

View File

@ -166,6 +166,9 @@ struct isoburn {
/* Forwarding an image generation option to the burn wrapper */
int do_tao;
/* Forwarding an image generation option to the burn wrapper */
int do_fsync;
};
@ -705,6 +708,9 @@ struct isoburn_imgen_opts {
*/
int do_tao;
/* Whether to fsync() stdio_drives after isoburn_activate_session() */
int do_fsync;
};