From 01020ef544cde5fbc97bf53c93447bad044e4f6f Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Wed, 23 Nov 2016 22:07:21 +0100 Subject: [PATCH] Committed missing part of rev dc6cd94/1342 --- libisofs/eltorito.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libisofs/eltorito.h b/libisofs/eltorito.h index bbd035a..33ecc18 100644 --- a/libisofs/eltorito.h +++ b/libisofs/eltorito.h @@ -85,6 +85,7 @@ struct el_torito_boot_image { unsigned char partition_type; /**< type of partition for HD-emul images */ uint16_t load_seg; /**< Load segment for the initial boot image. */ uint16_t load_size; /**< Number of sectors to load. */ + int load_size_full; /* 1= override load_size by image size */ /* Byte 1 of Validation Entry or Section Header Entry: 0= 80x86, 1= PowerPC, 2= Mac, 0xef= EFI */