doc
|
Modules | |
csync statedb internals | |
csync file lockling internals | |
csync logging internals | |
csync propagation internals | |
csync reconciliation internals | |
csync update detection internals | |
Data Structures | |
struct | _csync_treewalk_context_s |
struct | csync_file_stat_s |
struct | csync_s |
Macros | |
#define | CSYNC_STATUS_DONE |
#define | CSYNC_STATUS_INIT 1 << 0 |
#define | CSYNC_STATUS_PROPAGATE 1 << 3 |
#define | CSYNC_STATUS_RECONCILE 1 << 2 |
#define | CSYNC_STATUS_UPDATE 1 << 1 |
#define | MAX_DEPTH 50 |
#define | MAX_TIME_DIFFERENCE 10 |
#define | MAX_XFER_BUF_SIZE (16 * 1024) |
Typedefs | |
typedef struct _csync_treewalk_context_s | _csync_treewalk_context |
typedef struct csync_file_stat_s | csync_file_stat_t |
Enumerations | |
enum | csync_replica_e { LOCAL_REPLICA, REMOTE_REPLICA } |
Functions | |
struct csync_file_stat_s | __attribute__ ((packed)) |
void | csync_file_stat_free (csync_file_stat_t *st) |
#define CSYNC_STATUS_DONE |
Definition at line 73 of file csync_private.h.
#define CSYNC_STATUS_INIT 1 << 0 |
Definition at line 68 of file csync_private.h.
#define CSYNC_STATUS_PROPAGATE 1 << 3 |
Definition at line 71 of file csync_private.h.
#define CSYNC_STATUS_RECONCILE 1 << 2 |
Definition at line 70 of file csync_private.h.
#define CSYNC_STATUS_UPDATE 1 << 1 |
Definition at line 69 of file csync_private.h.
#define MAX_DEPTH 50 |
How deep to scan directories.
Definition at line 54 of file csync_private.h.
#define MAX_TIME_DIFFERENCE 10 |
Maximum time difference between two replicas in seconds.
Definition at line 59 of file csync_private.h.
#define MAX_XFER_BUF_SIZE (16 * 1024) |
Maximum size of a buffer for transfer.
Definition at line 65 of file csync_private.h.
typedef struct _csync_treewalk_context_s _csync_treewalk_context |
Definition at line 216 of file csync_private.h.
typedef struct csync_file_stat_s csync_file_stat_t |
Definition at line 83 of file csync_private.h.
enum csync_replica_e |
Enumerator | |
---|---|
LOCAL_REPLICA | |
REMOTE_REPLICA |
Definition at line 78 of file csync_private.h.
struct csync_file_stat_s __attribute__ | ( | (packed) | ) |
void csync_file_stat_free | ( | csync_file_stat_t * | st | ) |
struct _csync_treewalk_context_s __attribute__ |
volatile int csync_s::abort |
Definition at line 168 of file csync_private.h.
csync_auth_callback csync_s::auth_function |
Definition at line 90 of file csync_private.h.
csync_auth_callback { ... } ::auth_function |
Definition at line 90 of file csync_private.h.
struct { ... } csync_s::callbacks |
csync_vio_capabilities_t csync_s::capabilities |
Definition at line 125 of file csync_private.h.
csync_vio_capabilities_t { ... } ::capabilities |
Definition at line 125 of file csync_private.h.
int child_modified |
Definition at line 73 of file csync_private.h.
int csync_file_stat_s::child_modified |
Definition at line 187 of file csync_private.h.
char* csync_s::config_dir |
Definition at line 133 of file csync_private.h.
char* { ... } ::config_dir |
Definition at line 133 of file csync_private.h.
enum csync_replica_e csync_s::current |
Definition at line 154 of file csync_private.h.
csync_file_stat_t* csync_s::current_fs |
Definition at line 161 of file csync_private.h.
sqlite3* csync_s::db |
Definition at line 99 of file csync_private.h.
sqlite3* { ... } ::db |
Definition at line 99 of file csync_private.h.
char* destpath |
Definition at line 76 of file csync_private.h.
char* csync_file_stat_s::destpath |
Definition at line 190 of file csync_private.h.
Referenced by csync_rename_s::renameop::operator<().
int csync_s::disabled |
Definition at line 101 of file csync_private.h.
int { ... } ::disabled |
Definition at line 101 of file csync_private.h.
enum csync_error_codes_e csync_s::error_code |
Definition at line 164 of file csync_private.h.
const char* error_string |
Definition at line 78 of file csync_private.h.
char* csync_s::error_string |
Definition at line 165 of file csync_private.h.
const char* csync_file_stat_s::error_string |
Definition at line 192 of file csync_private.h.
uid_t csync_s::euid |
Definition at line 146 of file csync_private.h.
uid_t { ... } ::euid |
Definition at line 146 of file csync_private.h.
c_strlist_t* csync_s::excludes |
Definition at line 95 of file csync_private.h.
int { ... } ::exists |
Definition at line 100 of file csync_private.h.
int csync_s::exists |
Definition at line 100 of file csync_private.h.
char* csync_s::file |
Definition at line 98 of file csync_private.h.
char* { ... } ::file |
Definition at line 98 of file csync_private.h.
csync_vio_method_finish_fn csync_s::finish_fn |
Definition at line 124 of file csync_private.h.
csync_vio_method_finish_fn { ... } ::finish_fn |
Definition at line 124 of file csync_private.h.
gid_t gid |
Definition at line 69 of file csync_private.h.
gid_t csync_file_stat_s::gid |
Definition at line 183 of file csync_private.h.
void* csync_s::handle |
Definition at line 122 of file csync_private.h.
void* { ... } ::handle |
Definition at line 122 of file csync_private.h.
c_list_t* csync_s::ignored_cleanup |
Definition at line 109 of file csync_private.h.
c_list_t* { ... } ::ignored_cleanup |
Definition at line 109 of file csync_private.h.
c_list_t* { ... } ::ignored_cleanup |
Definition at line 118 of file csync_private.h.
uint64_t inode |
Definition at line 67 of file csync_private.h.
uint64_t csync_file_stat_s::inode |
Definition at line 181 of file csync_private.h.
enum csync_instructions_e instruction |
Definition at line 80 of file csync_private.h.
enum csync_instructions_e csync_file_stat_s::instruction |
Definition at line 194 of file csync_private.h.
Referenced by _csync_rename_record().
int _csync_treewalk_context_s::instruction_filter |
Definition at line 213 of file csync_private.h.
c_list_t* csync_s::list |
Definition at line 107 of file csync_private.h.
c_list_t* { ... } ::list |
Definition at line 107 of file csync_private.h.
c_list_t* { ... } ::list |
Definition at line 115 of file csync_private.h.
struct { ... } csync_s::local |
bool csync_s::local_only_mode |
Definition at line 135 of file csync_private.h.
bool { ... } ::local_only_mode |
Definition at line 135 of file csync_private.h.
csync_log_callback { ... } ::log_function |
Definition at line 91 of file csync_private.h.
csync_log_callback csync_s::log_function |
Definition at line 91 of file csync_private.h.
int csync_s::log_verbosity |
Definition at line 137 of file csync_private.h.
int { ... } ::log_verbosity |
Definition at line 137 of file csync_private.h.
int csync_s::max_depth |
Definition at line 129 of file csync_private.h.
int { ... } ::max_depth |
Definition at line 129 of file csync_private.h.
int csync_s::max_time_difference |
Definition at line 130 of file csync_private.h.
int { ... } ::max_time_difference |
Definition at line 130 of file csync_private.h.
const char* md5 |
Definition at line 77 of file csync_private.h.
const char* csync_file_stat_s::md5 |
Definition at line 191 of file csync_private.h.
csync_vio_method_t* csync_s::method |
Definition at line 123 of file csync_private.h.
csync_vio_method_t* { ... } ::method |
Definition at line 123 of file csync_private.h.
mode_t mode |
Definition at line 70 of file csync_private.h.
mode_t csync_file_stat_s::mode |
Definition at line 184 of file csync_private.h.
time_t modtime |
Definition at line 64 of file csync_private.h.
time_t csync_file_stat_s::modtime |
Definition at line 178 of file csync_private.h.
struct { ... } csync_s::module |
int nlink |
Definition at line 71 of file csync_private.h.
int csync_file_stat_s::nlink |
Definition at line 185 of file csync_private.h.
struct { ... } csync_s::options |
csync_overall_progress_t csync_s::overall_progress |
Definition at line 149 of file csync_private.h.
char path[1] |
Definition at line 81 of file csync_private.h.
char csync_file_stat_s::path[1] |
Definition at line 195 of file csync_private.h.
size_t pathlen |
Definition at line 66 of file csync_private.h.
size_t csync_file_stat_s::pathlen |
Definition at line 180 of file csync_private.h.
uint64_t phash |
Definition at line 63 of file csync_private.h.
uint64_t csync_file_stat_s::phash |
Definition at line 177 of file csync_private.h.
csync_progress_callback { ... } ::progress_cb |
Definition at line 92 of file csync_private.h.
csync_progress_callback csync_s::progress_cb |
Definition at line 92 of file csync_private.h.
struct csync_progressinfo_s* csync_s::progress_info |
Definition at line 151 of file csync_private.h.
struct { ... } csync_s::pwd |
int { ... } ::read_from_db |
Definition at line 117 of file csync_private.h.
int csync_s::read_from_db |
Definition at line 117 of file csync_private.h.
struct { ... } csync_s::remote |
Referenced by csync_propagate_renames().
bool { ... } ::remote_push_atomar |
Definition at line 136 of file csync_private.h.
bool csync_s::remote_push_atomar |
Definition at line 136 of file csync_private.h.
void* csync_s::rename_info |
Definition at line 169 of file csync_private.h.
Referenced by csync_rename_destroy().
enum csync_replica_e csync_s::replica |
Definition at line 157 of file csync_private.h.
int should_update_md5 |
Definition at line 74 of file csync_private.h.
int csync_file_stat_s::should_update_md5 |
Definition at line 188 of file csync_private.h.
int64_t size |
Definition at line 65 of file csync_private.h.
int64_t csync_file_stat_s::size |
Definition at line 179 of file csync_private.h.
struct { ... } csync_s::statedb |
int csync_s::status |
Definition at line 167 of file csync_private.h.
int { ... } ::sync_symbolic_links |
Definition at line 131 of file csync_private.h.
int csync_s::sync_symbolic_links |
Definition at line 131 of file csync_private.h.
int csync_s::timeout |
Definition at line 138 of file csync_private.h.
int { ... } ::timeout |
Definition at line 138 of file csync_private.h.
c_rbtree_t* { ... } ::tree |
Definition at line 106 of file csync_private.h.
c_rbtree_t* csync_s::tree |
Definition at line 106 of file csync_private.h.
Referenced by csync_propagate_renames().
c_rbtree_t* { ... } ::tree |
Definition at line 114 of file csync_private.h.
int type |
Definition at line 72 of file csync_private.h.
enum csync_replica_e csync_s::type |
Definition at line 108 of file csync_private.h.
enum { ... } ::type |
Definition at line 108 of file csync_private.h.
enum { ... } ::type |
Definition at line 116 of file csync_private.h.
int csync_file_stat_s::type |
Definition at line 186 of file csync_private.h.
uid_t uid |
Definition at line 68 of file csync_private.h.
uid_t { ... } ::uid |
Definition at line 145 of file csync_private.h.
uid_t csync_s::uid |
Definition at line 145 of file csync_private.h.
uid_t csync_file_stat_s::uid |
Definition at line 182 of file csync_private.h.
int csync_s::unix_extensions |
Definition at line 132 of file csync_private.h.
int { ... } ::unix_extensions |
Definition at line 132 of file csync_private.h.
char* { ... } ::uri |
Definition at line 105 of file csync_private.h.
char* csync_s::uri |
Definition at line 105 of file csync_private.h.
char* { ... } ::uri |
Definition at line 113 of file csync_private.h.
csync_treewalk_visit_func* _csync_treewalk_context_s::user_visitor |
Definition at line 212 of file csync_private.h.
void* { ... } ::userdata |
Definition at line 93 of file csync_private.h.
void* csync_s::userdata |
Definition at line 93 of file csync_private.h.
void* _csync_treewalk_context_s::userdata |
Definition at line 214 of file csync_private.h.
bool { ... } ::with_conflict_copys |
Definition at line 134 of file csync_private.h.
bool csync_s::with_conflict_copys |
Definition at line 134 of file csync_private.h.