From f29383ef35d210f2a72883cb6157e915200f7c7c Mon Sep 17 00:00:00 2001 From: Shehjar Tikoo Date: Mon, 20 Apr 2009 12:30:51 -0700 Subject: libglusterfsclient: Add VMP-based setxattr Signed-off-by: Anand V. Avati --- libglusterfsclient/src/libglusterfsclient.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'libglusterfsclient/src/libglusterfsclient.h') diff --git a/libglusterfsclient/src/libglusterfsclient.h b/libglusterfsclient/src/libglusterfsclient.h index d7ce4318e8d..d46156e28db 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, -- cgit