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 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 130 of file 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

Field Documentation

Definition at line 131 of file csync.h.


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

Generated on Mon Feb 25 14:24:40 2013 for doc by  doxygen 1.5.6