From 7ef59472f10a69c90d94b73e97bca385c6b4b29e Mon Sep 17 00:00:00 2001 From: Pranith K Date: Mon, 7 Mar 2011 07:23:51 +0000 Subject: mgmt/glusterd: preserve delete volume payload structure for backward compatibility Signed-off-by: Pranith Kumar K Signed-off-by: Anand V. Avati BUG: 2494 ([glusterfs-3.1.3qa4]: replace brick and delete volume fails) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2494 --- xlators/mgmt/glusterd/src/glusterd-op-sm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xlators/mgmt/glusterd/src/glusterd-op-sm.h') diff --git a/xlators/mgmt/glusterd/src/glusterd-op-sm.h b/xlators/mgmt/glusterd/src/glusterd-op-sm.h index d47f6a6f2..30d4fe9c8 100644 --- a/xlators/mgmt/glusterd/src/glusterd-op-sm.h +++ b/xlators/mgmt/glusterd/src/glusterd-op-sm.h @@ -175,11 +175,11 @@ int glusterd_op_build_payload (glusterd_op_t op, dict_t **req); int32_t -glusterd_op_stage_validate (dict_t *req, char **op_errstr, +glusterd_op_stage_validate (glusterd_op_t op, dict_t *req, char **op_errstr, dict_t *rsp_dict); int32_t -glusterd_op_commit_perform (dict_t *req, char **op_errstr, +glusterd_op_commit_perform (glusterd_op_t op, dict_t *req, char **op_errstr, dict_t* dict); void * -- cgit