From e349df9f4c74b8346c90dfd3fbf1e04ab04b2e61 Mon Sep 17 00:00:00 2001 From: Klaas Freitag Date: Thu, 23 Aug 2012 17:49:18 +0300 Subject: [PATCH] Added flag to indicate to read the remote filetree from db. --- src/csync_private.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/csync_private.h b/src/csync_private.h index 7f55b2213c..14162b2967 100644 --- a/src/csync_private.h +++ b/src/csync_private.h @@ -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 */ }