New API calls isoburn_igopt_set_max_ce_entries(), isoburn_igopt_get_max_ce_entries()
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
Class struct of libisoburn.
|
||||
|
||||
Copyright 2007 - 2009 Vreixo Formoso Lopes <metalpain2002@yahoo.es>
|
||||
Copyright 2007 - 2020 Thomas Schmitt <scdbackup@gmx.net>
|
||||
Copyright 2007 - 2023 Thomas Schmitt <scdbackup@gmx.net>
|
||||
|
||||
Provided under GPL version 2 or later.
|
||||
*/
|
||||
@@ -769,6 +769,9 @@ struct isoburn_imgen_opts {
|
||||
/* Whether to fsync() stdio_drives after isoburn_activate_session() */
|
||||
int do_fsync;
|
||||
|
||||
/* See libisoburn.h isoburn_igopt_set_max_ce_entries() */
|
||||
uint32_t max_ce_entries;
|
||||
int max_ce_entries_flag;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user