diff options
author | Vijay Bellur <vijay@gluster.com> | 2010-09-01 00:01:17 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2010-08-31 23:41:37 -0700 |
commit | 780023f5e567b9ff9573edc47d71a1c7282bdbb5 (patch) | |
tree | 7fd4c8d00f821815b9a46274f425ad357462641f /xlators/mgmt/glusterd/src/glusterd-op-sm.h | |
parent | 25dc93419e882ba733841a18e8addc1c7a6a01ab (diff) |
mgmt/glusterd: send unlock upon commit failure
Signed-off-by: Vijay Bellur <vijay@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 1476 ()
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1476
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-op-sm.h')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-op-sm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-op-sm.h b/xlators/mgmt/glusterd/src/glusterd-op-sm.h index 00b387217..554169aee 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; |