From bb2ca0ec0da700f600d1fa30d111c2aa42804f70 Mon Sep 17 00:00:00 2001 From: Shehjar Tikoo Date: Mon, 20 Apr 2009 12:29:57 -0700 Subject: libglusterfsclient: Add VMP-based getxattr Signed-off-by: Anand V. Avati --- libglusterfsclient/src/libglusterfsclient.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'libglusterfsclient/src/libglusterfsclient.h') diff --git a/libglusterfsclient/src/libglusterfsclient.h b/libglusterfsclient/src/libglusterfsclient.h index 71f70e730..e611f0563 100755 --- a/libglusterfsclient/src/libglusterfsclient.h +++ b/libglusterfsclient/src/libglusterfsclient.h @@ -139,8 +139,12 @@ glusterfs_fsetxattr (glusterfs_file_t fd, const char *name, const void *value, size_t size, int flags); ssize_t -glusterfs_getxattr (glusterfs_handle_t handle, const char *path, - const char *name, void *value, size_t size); +glusterfs_glh_getxattr (glusterfs_handle_t handle, const char *path, + const char *name, void *value, size_t size); + +ssize_t +glusterfs_getxattr (const char *path, const char *name, void *value, + size_t size); ssize_t glusterfs_lgetxattr (glusterfs_handle_t handle, const char *path, -- cgit