Made two non-public parameters independent of Xorriso_with_libjtE

This commit is contained in:
2010-10-01 19:02:57 +00:00
parent 4c81b329ef
commit 3bec7c5c77
3 changed files with 6 additions and 6 deletions

View File

@ -329,12 +329,12 @@ struct XorrisO { /* the global context of xorriso */
#ifdef Xorriso_with_libjtE
/* Parameters and state of Jigdo Template Export environment */
struct libjte_env *libjte_handle;
#endif
/* List of -jigdo parameters since the most recent -jigdo clear */
struct Xorriso_lsT *jigdo_params;
struct Xorriso_lsT *jigdo_values;
#endif
/* LBA of boot image after image loading */
int loaded_boot_bin_lba;