Enabled output of HFS+ proposal with report_system_area cmd and as_mkisofs

This commit is contained in:
2015-05-14 10:08:32 +00:00
parent 8c1a77fdd8
commit b3a7dee69b
7 changed files with 172 additions and 52 deletions

View File

@ -758,6 +758,15 @@ struct XorrisO { /* the global context of xorriso */
*/
int update_flags;
/* For find jobs show_hfs_cmd , show_hfs_as_mkisofs
*/
/* bit0= do not record but only count
bit1= as_mkisofs mode
*/
int show_hfs_cmd_flag;
int show_hfs_cmd_count;
char **show_hfs_cmds;
/* result (stdout, R: ) */
char result_line[10*SfileadrL];
int result_line_counter;