summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt/glusterd/src/glusterd.h
diff options
context:
space:
mode:
authorJeff Darcy <jdarcy@redhat.com>2014-04-22 07:30:00 -0700
committerGerrit Code Review <review@dev.gluster.org>2014-04-22 07:30:00 -0700
commit66909ef9da737371395e63fd2557f118f6672446 (patch)
treecf3856de0695ef9b1abf371449dc8e9cf40a261c /xlators/mgmt/glusterd/src/glusterd.h
parent9e95331b04a0dd7a1f2ddac9982faee53d9fee11 (diff)
parent927483b6fbf2a8e731f9e34dd70dc4179accc079 (diff)
Merge "nsr: use different etcd keys for each NSR subvolume"
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd.h')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd.h b/xlators/mgmt/glusterd/src/glusterd.h
index 2b9e0787d..3d810ed97 100644
--- a/xlators/mgmt/glusterd/src/glusterd.h
+++ b/xlators/mgmt/glusterd/src/glusterd.h
@@ -198,7 +198,8 @@ struct glusterd_brickinfo {
* more efficient too, though it would require some further adaptation
* to support more than one layer of hierarchy.
*/
- uint16_t group;
+ uint16_t group;
+ uuid_t nsr_uuid;
};
typedef struct glusterd_brickinfo glusterd_brickinfo_t;