diff options
Diffstat (limited to 'libglusterfs')
| -rw-r--r-- | libglusterfs/src/glusterfs.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/libglusterfs/src/glusterfs.h b/libglusterfs/src/glusterfs.h index 29f16fc6033..2f2d23c48cd 100644 --- a/libglusterfs/src/glusterfs.h +++ b/libglusterfs/src/glusterfs.h @@ -377,7 +377,8 @@ typedef enum {          GF_XATTROP_ADD_ARRAY,          GF_XATTROP_ADD_ARRAY64,          GF_XATTROP_OR_ARRAY, -        GF_XATTROP_AND_ARRAY +        GF_XATTROP_AND_ARRAY, +        GF_XATTROP_GET_AND_SET  } gf_xattrop_flags_t;  #define GF_SET_IF_NOT_PRESENT 0x1 /* default behaviour */  | 
