doc
|
csync public structure More...
#include <src/csync_private.h>
Data Fields | |
csync_auth_callback | auth_callback |
enum csync_replica_e | current |
enum csync_error_codes_e | error_code |
c_strlist_t * | excludes |
struct { | |
c_list_t * csync_s::list | |
c_rbtree_t * csync_s::tree | |
enum csync_replica_e csync_s::type | |
char * uri | |
} | local |
struct { | |
csync_vio_capabilities_t csync_s::capabilities | |
csync_vio_method_finish_fn csync_s::finish_fn | |
void * handle | |
csync_vio_method_t * csync_s::method | |
} | module |
struct { | |
char * csync_s::config_dir | |
bool csync_s::local_only_mode | |
int max_depth | |
int csync_s::max_time_difference | |
bool csync_s::remote_push_atomar | |
int csync_s::sync_symbolic_links | |
int csync_s::unix_extensions | |
bool csync_s::with_conflict_copys | |
} | options |
struct { | |
uid_t csync_s::euid | |
uid_t uid | |
} | pwd |
struct { | |
c_list_t * csync_s::list | |
c_rbtree_t * csync_s::tree | |
enum csync_replica_e csync_s::type | |
char * uri | |
} | remote |
enum csync_replica_e | replica |
struct { | |
sqlite3 * csync_s::db | |
int csync_s::disabled | |
int csync_s::exists | |
char * file | |
} | statedb |
int | status |
void * | userdata |
csync public structure
Definition at line 81 of file csync_private.h.
Definition at line 82 of file csync_private.h.
char* csync_s::file |
Definition at line 87 of file csync_private.h.
void* csync_s::handle |
Definition at line 108 of file csync_private.h.
Definition at line 115 of file csync_private.h.
uid_t csync_s::uid |
Definition at line 126 of file csync_private.h.
char* csync_s::uri |
Definition at line 94 of file csync_private.h.