Added flag to indicate to read the remote filetree from db.

This commit is contained in:
Klaas Freitag 2012-08-23 17:49:18 +03:00
parent 8876658810
commit e349df9f4c

View File

@ -104,6 +104,7 @@ struct csync_s {
c_list_t *list;
c_list_t *id_list;
enum csync_replica_e type;
int read_from_db;
} remote;
struct {
@ -163,7 +164,7 @@ struct csync_file_stat_s {
int type; /* u32 */
char *destpath; /* for renames */
char *md5;
const char *md5;
enum csync_instructions_e instruction; /* u32 */
char path[1]; /* u8 */
}