diff options
Diffstat (limited to 'libglusterfs/src')
-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 c8768c73e84..5344dd64496 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; |