diff options
author | Pavan Sondur <pavan@gluster.com> | 2010-10-05 04:48:27 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2010-10-05 03:43:10 -0700 |
commit | f62ff8a8df7ab7c0c551b650f9bd2f1a87b8dc71 (patch) | |
tree | c2efc82e784eabe228cc3de0c5b10c57eb56d76e /libglusterfs | |
parent | 79342c436fb994e6a41e3c7b69c962af37e8946a (diff) |
features/locks: cluster/afr: Misc fixes for lock recovery.
Signed-off-by: Pavan Vilas Sondur <pavan@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 865 (Add locks recovery support in GlusterFS)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=865
Diffstat (limited to 'libglusterfs')
-rw-r--r-- | libglusterfs/src/glusterfs.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libglusterfs/src/glusterfs.h b/libglusterfs/src/glusterfs.h index c8768c73e..5344dd644 100644 --- a/libglusterfs/src/glusterfs.h +++ b/libglusterfs/src/glusterfs.h @@ -161,6 +161,7 @@ typedef enum { GF_LK_RESLK_LCK, GF_LK_RESLK_LCKW, GF_LK_RESLK_UNLCK, + GF_LK_GETLK_FD, } glusterfs_lk_cmds_t; @@ -175,13 +176,10 @@ typedef enum { F_RESLK_LCK = 200, F_RESLK_LCKW, F_RESLK_UNLCK, + F_GETLK_FD, } glusterfs_lk_recovery_cmds_t; typedef enum { - F_GETLK_FD = 250, -} glusterfs_lk_rec_types_t; - -typedef enum { GF_LOCK_POSIX, GF_LOCK_INTERNAL } gf_lk_domain_t; |