csync_tree_walk_file_s Struct Reference
[csync public API]

#include <src/csync.h>


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 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

Field Documentation

Definition at line 164 of file csync.h.


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

Generated on Mon Aug 18 13:52:47 2014 for doc by  doxygen 1.5.6