components/cdrtools/patches/mkisofs.h.patch
author Boris Chiu <Boris.Chiu@Oracle.COM>
Wed, 17 Oct 2012 17:17:49 -0700
changeset 1019 9d261d526266
parent 356 cc77dce0ea27
permissions -rw-r--r--
7202122 work request without SIGNALED flag for unsignaled QP generates completion events 7202723 ibv_post_send(3) needs to be updated

--- cdrtools-3.00/mkisofs/mkisofs.h.orig	Tue Jun 28 15:31:14 2011
+++ cdrtools-3.00/mkisofs/mkisofs.h	Tue Jun 28 15:32:46 2011
@@ -287,6 +287,10 @@
 
 struct eltorito_boot_entry_info {
 	struct eltorito_boot_entry_info *next;
+	int		type;
+#define	ELTORITO_DEFAULT_ENTRY  0
+#define	ELTORITO_SECTION_HEADER 1
+
 	char		*boot_image;
 	int		not_bootable;
 	int		no_emul_boot;
@@ -294,6 +298,10 @@
 	int		boot_info_table;
 	int		load_size;
 	int		load_addr;
+
+/* When type == ELTORITO_SECTION_HEADER */
+	int		boot_platid;
+
 };
 
 extern int	goof;