#include <src/csync.h>
This structure is passed to the visitor function for every file which is seen. Note: The file size is missing here because type int64_t is depending on the large file support in your build. Make sure to check that cmake and the callback app are compiled with the same setting for it, such as: -D_LARGEFILE64_SOURCE or -D_LARGEFILE_SOURCE
Definition at line 163 of file csync.h.
Data Fields | |
const char * | error_string |
gid_t | gid |
enum csync_instructions_e | instruction |
const char * | md5 |
mode_t | mode |
time_t | modtime |
const char * | path |
const char * | rename_path |
enum csync_ftw_type_e | type |
uid_t | uid |
const char* csync_tree_walk_file_s::path |