doc
csync_tree_walk_file_s Struct Reference

#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

Detailed Description

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

Definition at line 163 of file csync.h.


The documentation for this struct was generated from the following file: