mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 14:36:01 +03:00
Add replica type to the replica structs.
This commit is contained in:
parent
6d1e843c1a
commit
3eeb70ea94
1 changed files with 2 additions and 0 deletions
|
@ -72,11 +72,13 @@ struct csync_s {
|
|||
struct {
|
||||
char *uri;
|
||||
c_rbtree_t *tree;
|
||||
enum csync_replica_e type;
|
||||
} local;
|
||||
|
||||
struct {
|
||||
char *uri;
|
||||
c_rbtree_t *tree;
|
||||
enum csync_replica_e type;
|
||||
} remote;
|
||||
|
||||
struct {
|
||||
|
|
Loading…
Reference in a new issue