|
doc
|
#include <stdint.h>#include <sqlite3.h>#include "config.h"#include "c_lib.h"#include "csync.h"#include "vio/csync_vio_method.h"#include "csync_macros.h"Go to the source code of this file.
Data Structures | |
| struct | csync_file_stat_s |
| struct | csync_s |
| csync public structure More... | |
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_file_stat_s | csync_file_stat_t |
Private interface of csync.
Definition in file csync_private.h.
1.8.2