New options -check_md5, -check_md5_r, find action check_md5, test -has_md5

This commit is contained in:
2009-08-11 19:55:08 +00:00
parent 2069245137
commit 797a16be81
5 changed files with 269 additions and 753 deletions

View File

@ -395,6 +395,7 @@ struct XorrisO { /* the global context of xorriso */
void *pacifier_fifo;
int find_compare_result; /* 1=everything matches , 0=mismatch , -1=error */
int find_check_md5_result; /* 1=everything matches , 0=mismatch , -1=error */
/* Tree node collection and LBA sorting facility */
int node_counter;
@ -841,6 +842,7 @@ struct ExprtesT {
12= -prune
13= -wholename char *arg1 (regex_t in *arg2)
14= -has_any_xattr
15= -has_md5
*/
int test_type;
@ -944,6 +946,7 @@ struct FindjoB {
32= internal: widen_hardlinks disk_equiv: update nodes marked in di_do_widen
33= get_any_xattr
34= get_md5
35= check_md5
*/
int action;
int prune;