Closure for the recursion to determine the file size of a directory. More...
Data Fields | |
uint64_t | total |
Set to the total file size. More... | |
int | include_sym_links |
GNUNET_YES if symbolic links should be included. More... | |
int | single_file_mode |
GNUNET_YES if mode is file-only (return total == -1 for directories). More... | |
Closure for the recursion to determine the file size of a directory.
int GetFileSizeData::include_sym_links |
int GetFileSizeData::single_file_mode |
GNUNET_YES if mode is file-only (return total == -1 for directories).