Made IsoDirIter workaround obey -temp_mem_limit

This commit is contained in:
2008-03-02 20:15:36 +00:00
parent 0dfc79bd4e
commit 2528d00aba
4 changed files with 65 additions and 40 deletions

View File

@ -140,7 +140,7 @@ int Xorriso_set_time(struct XorrisO *xorriso, char *in_path, time_t t,
int flag);
int Xorriso_findi(struct XorrisO *xorriso, struct FindjoB *job,
void *boss_iter,
void *boss_iter, off_t boss_mem,
void *dir_node_generic, char *dir_path,
struct stat *dir_stbuf, int depth, int flag);