New -find action sort_weight, new -as mkisofs --sort-weight

This commit is contained in:
2010-04-18 09:59:08 +00:00
parent d9600d040b
commit 6ef62d033f
7 changed files with 237 additions and 98 deletions

View File

@ -1012,6 +1012,7 @@ struct FindjoB {
35= check_md5
36= make_md5
37= mkisofs_r
38= sort_weight number
*/
int action;
int prune;
@ -1022,7 +1023,7 @@ struct FindjoB {
uid_t user;
gid_t group;
mode_t mode_and, mode_or;
int type; /* see Xorriso_set_time flag */
int type; /* see Xorriso_set_time flag, also used as weight */
time_t date;
char *found_path;
struct FindjoB *subjob;