New API calls isoburn_igopt_set_gpt_guid(), isoburn_igopt_get_gpt_guid()

This commit is contained in:
2016-08-12 18:46:36 +00:00
parent 1f72984e33
commit 79a45f90f6
5 changed files with 82 additions and 2 deletions

View File

@@ -710,6 +710,11 @@ struct isoburn_imgen_opts {
*/
int part_like_isohybrid;
/* See libisoburn.h isoburn_igopt_set_gpt_guid()
*/
uint8_t gpt_guid[16];
int gpt_guid_mode;
/* Eventual name of the non-ISO aspect of the image. E.g. SUN ASCII label.
*/
char ascii_disc_label[Libisoburn_disc_label_sizE];