diff options
author | shishir gowda <shishirng@gluster.com> | 2011-03-16 03:35:46 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2011-03-16 02:35:34 -0700 |
commit | 10eafa32914f2458f3bb30073724758a95a82310 (patch) | |
tree | 3ef5b8f16b28451fafc66be01725fe2fd13f8054 /xlators/mgmt/glusterd/src/glusterd-rpc-ops.c | |
parent | 3d1fc9ebe2b0292108dd0737cf8f40d6fcb8cf51 (diff) |
TOP: glusterd/mgmt related changes
Signed-off-by: shishir gowda <shishirng@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 2516 (Implement gluster volume top command)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2516
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-rpc-ops.c')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-rpc-ops.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-rpc-ops.c b/xlators/mgmt/glusterd/src/glusterd-rpc-ops.c index 966a8a94b..ca4201422 100644 --- a/xlators/mgmt/glusterd/src/glusterd-rpc-ops.c +++ b/xlators/mgmt/glusterd/src/glusterd-rpc-ops.c @@ -1763,7 +1763,8 @@ glusterd3_1_brick_op (call_frame_t *frame, xlator_t *this, continue; ret = glusterd_brick_op_build_payload (req_ctx->op, brickinfo, - (gd1_mgmt_brick_op_req **)&req); + (gd1_mgmt_brick_op_req **)&req, + req_ctx->dict); if (ret) goto out; |