Add replica type to the replica structs.

This commit is contained in:
Andreas Schneider 2008-04-28 10:05:40 +02:00
parent 6d1e843c1a
commit 3eeb70ea94

View file

@ -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 {