Working towards exclusion of user defined absolute paths and leaf patterns

This commit is contained in:
2008-05-03 15:11:58 +00:00
parent 43d4c782d4
commit 1ad46882f4
4 changed files with 138 additions and 37 deletions

View File

@@ -167,6 +167,10 @@ struct XorrisO { /* the global context of xorriso */
int temp_mem_limit;
struct ExclusionS *disk_exclusions;
int disk_excl_mode; /* bit0= on (else off)
bit1= parameter too (else rekursion only)
>>> bit2= whole subtree banned (else only exact path)
*/
int use_stdin; /* use raw stdin even if readline support is compiled */
int result_page_length;