diff options
author | Shehjar Tikoo <shehjart@zresearch.com> | 2009-04-20 12:30:51 -0700 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-04-21 12:48:35 +0530 |
commit | f29383ef35d210f2a72883cb6157e915200f7c7c (patch) | |
tree | 683196a0b24dddc576485a2ec16a5d1f662eecc4 /libglusterfsclient/src/libglusterfsclient.h | |
parent | 4074769dd2435ab3521ab39eb2775c3e80fc32b4 (diff) |
libglusterfsclient: Add VMP-based setxattr
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'libglusterfsclient/src/libglusterfsclient.h')
-rwxr-xr-x | libglusterfsclient/src/libglusterfsclient.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/libglusterfsclient/src/libglusterfsclient.h b/libglusterfsclient/src/libglusterfsclient.h index d7ce4318e..d46156e28 100755 --- a/libglusterfsclient/src/libglusterfsclient.h +++ b/libglusterfsclient/src/libglusterfsclient.h @@ -131,9 +131,13 @@ int glusterfs_fstat (glusterfs_file_t fd, struct stat *stbuf); int -glusterfs_setxattr (glusterfs_handle_t handle, const char *path, - const char *name, const void *value, size_t size, - int flags); +glusterfs_glh_setxattr (glusterfs_handle_t handle, const char *path, + const char *name, const void *value, + size_t size, int flags); + +int +glusterfs_setxattr (const char *path, const char *name, const void *value, + size_t size, int flags); int glusterfs_lsetxattr (glusterfs_handle_t handle, const char *path, |