diff options
author | Krishnan Parthasarathi <kparthas@redhat.com> | 2012-10-15 23:15:18 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2012-11-18 22:21:35 -0800 |
commit | 0f87154a4ba93fc042c4308a6f51a5b6582802ac (patch) | |
tree | fb071d334fad111c2d6bf551bd5a43801644d3a6 /xlators/mgmt/glusterd/src/glusterd.h | |
parent | cb884f7eac134866ca47701d3208055acecbf9a0 (diff) |
glusterd: copy peers that participate in volume xaction
- To avoid working with a mutable list of peers in
the scope of a volume xaction.
Change-Id: I228ae96bccdce127026eff8320adb37b17e2cc6a
BUG: 862834
Signed-off-by: Krishnan Parthasarathi <kparthas@redhat.com>
Reviewed-on: http://review.gluster.org/4113
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd.h')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd.h b/xlators/mgmt/glusterd/src/glusterd.h index 0bf5beee884..00a6bd16343 100644 --- a/xlators/mgmt/glusterd/src/glusterd.h +++ b/xlators/mgmt/glusterd/src/glusterd.h @@ -112,7 +112,7 @@ typedef struct { struct _volfile_ctx *volfile; pthread_mutex_t mutex; struct list_head peers; -// struct list_head pending_peers; + struct list_head xaction_peers; gf_boolean_t verify_volfile_checksum; gf_boolean_t trace; uuid_t uuid; |