mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Added flag to indicate to read the remote filetree from db.
This commit is contained in:
parent
8876658810
commit
e349df9f4c
@ -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 */
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user