diff options
Diffstat (limited to 'libglusterfs/src/glusterfs.h')
| -rw-r--r-- | libglusterfs/src/glusterfs.h | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/libglusterfs/src/glusterfs.h b/libglusterfs/src/glusterfs.h index 18ffbb1f2b1..fae7d490af8 100644 --- a/libglusterfs/src/glusterfs.h +++ b/libglusterfs/src/glusterfs.h @@ -373,7 +373,9 @@ typedef enum {          GF_XATTROP_ADD_ARRAY64,          GF_XATTROP_OR_ARRAY,          GF_XATTROP_AND_ARRAY, -        GF_XATTROP_GET_AND_SET +        GF_XATTROP_GET_AND_SET, +        GF_XATTROP_ADD_ARRAY_WITH_DEFAULT, +        GF_XATTROP_ADD_ARRAY64_WITH_DEFAULT  } gf_xattrop_flags_t;  #define GF_SET_IF_NOT_PRESENT 0x1 /* default behaviour */  | 
