New action estimate_size for -find and -findx

This commit is contained in:
2010-12-02 11:10:39 +00:00
parent f755fcd56d
commit dd5cd516d7
10 changed files with 121 additions and 40 deletions

View File

@ -154,6 +154,7 @@ struct FindjoB {
37= mkisofs_r
38= sort_weight number
39= hide on|iso_rr|joliet|off
40= estimate_size
*/
int action;
int prune;
@ -167,6 +168,8 @@ struct FindjoB {
int type; /* see Xorriso_set_time flag, also used as weight */
time_t date;
char *found_path;
off_t estim_upper_size;
off_t estim_lower_size;
struct FindjoB *subjob;
/* Errors */