New -find test -name_limit_blocker. Made -file_name_limit ready for loaded ISOs

This commit is contained in:
2015-09-28 14:17:34 +00:00
parent 7bd6c0fe77
commit 83b32e51f8
11 changed files with 359 additions and 92 deletions

View File

@ -736,6 +736,10 @@ struct XorrisO { /* the global context of xorriso */
bit2= seen data file without MD5
bit3= seen match
*/
int find_unique_trunc_result; /* 0= some names are not uniquely truncatable
1= all names are uniquely truncatable
2= no names need truncation
*/
double last_abort_file_time; /* most recent check for aborting -check_md5 */