doc
|
#include <src/csync.h>
Data Fields | |
gid_t | gid |
enum csync_instructions_e | instruction |
mode_t | mode |
time_t | modtime |
const char * | path |
int | type |
uid_t | uid |
CSync File Traversal structure.
This structure is passed to the visitor function for every file which is seen. Note: The file size is missing here because type off_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