doc
Macros | Functions
csync propagation internals

Macros

#define C_DIR_MODE   (S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH)
 
#define C_FILE_MODE   (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)
 

Functions

int csync_init_overall_progress (CSYNC *ctx)
 
int csync_propagate_files (CSYNC *ctx)
 

Detailed Description

Macro Definition Documentation

◆ C_DIR_MODE

#define C_DIR_MODE   (S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH)

Definition at line 58 of file csync_propagate.h.

◆ C_FILE_MODE

#define C_FILE_MODE   (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)

Definition at line 57 of file csync_propagate.h.

Function Documentation

◆ csync_init_overall_progress()

int csync_init_overall_progress ( CSYNC ctx)

Initialize the data base for overall progress information.

Parameters
ctxThe csync context to use for propagation.
Returns
0 on success, < 0 on error.

◆ csync_propagate_files()

int csync_propagate_files ( CSYNC ctx)

Propagate all files.

Parameters
ctxThe csync context to use for propagation.
Returns
0 on success, < 0 on error.