diff options
author | Vikas Gorur <vikas@zresearch.com> | 2009-02-23 02:33:11 -0800 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-02-23 19:31:52 +0530 |
commit | a3ed4474de9db5bda606b374f3d8cb1cdbf8a9fb (patch) | |
tree | 23da9bd50c184564c531a15a8c396af48499f07a /libglusterfs/src/glusterfs.h | |
parent | 80066c23da120621f26d83d631e204ab2943d181 (diff) |
added lock_notify and lock_fnotify FOPs to everywhere necessary in libglusterfs/*
fixed indentation and resubmitting
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
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 6ec8a2a63..7aadae21a 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; |