diff options
Diffstat (limited to 'libglusterfs/src/glusterfs.h')
| -rw-r--r-- | libglusterfs/src/glusterfs.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/libglusterfs/src/glusterfs.h b/libglusterfs/src/glusterfs.h index 6ec8a2a6316..7aadae21af5 100644 --- a/libglusterfs/src/glusterfs.h +++ b/libglusterfs/src/glusterfs.h @@ -124,6 +124,8 @@ typedef enum {          GF_FOP_CHECKSUM,                GF_FOP_XATTROP,  /* 40 */          GF_FOP_FXATTROP, +        GF_FOP_LOCK_NOTIFY, +        GF_FOP_LOCK_FNOTIFY,          GF_FOP_MAXVALUE,    } glusterfs_fop_t;  | 
