mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-29 12:19:03 +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 {
|
struct {
|
||||||
char *uri;
|
char *uri;
|
||||||
c_rbtree_t *tree;
|
c_rbtree_t *tree;
|
||||||
|
enum csync_replica_e type;
|
||||||
} local;
|
} local;
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
char *uri;
|
char *uri;
|
||||||
c_rbtree_t *tree;
|
c_rbtree_t *tree;
|
||||||
|
enum csync_replica_e type;
|
||||||
} remote;
|
} remote;
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
|
|
Loading…
Reference in a new issue