From 780023f5e567b9ff9573edc47d71a1c7282bdbb5 Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Wed, 1 Sep 2010 00:01:17 +0000 Subject: mgmt/glusterd: send unlock upon commit failure Signed-off-by: Vijay Bellur Signed-off-by: Vijay Bellur BUG: 1476 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1476 --- xlators/mgmt/glusterd/src/glusterd-op-sm.h | 1 + 1 file changed, 1 insertion(+) (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 00b38721739..554169aee6a 100644 --- a/xlators/mgmt/glusterd/src/glusterd-op-sm.h +++ b/xlators/mgmt/glusterd/src/glusterd-op-sm.h @@ -63,6 +63,7 @@ typedef enum glusterd_op_sm_event_type_ { GD_OP_EVENT_STAGE_OP, GD_OP_EVENT_COMMIT_OP, GD_OP_EVENT_UNLOCK, + GD_OP_EVENT_START_UNLOCK, GD_OP_EVENT_MAX } glusterd_op_sm_event_type_t; -- cgit