summaryrefslogtreecommitdiffstats
path: root/libglusterfsclient/src/libglusterfsclient.h
diff options
context:
space:
mode:
authorShehjar Tikoo <shehjart@zresearch.com>2009-04-20 12:31:31 -0700
committerAnand V. Avati <avati@amp.gluster.com>2009-04-21 12:48:54 +0530
commit84eb262529ea5389df2296d182ecd5e0582602a7 (patch)
tree1a53b35f781ff3fd01f67033e9bd0830de337a1b /libglusterfsclient/src/libglusterfsclient.h
parentaa1e2fd37ab93b194308f94edd8ab0a342c7830e (diff)
libglusterfsclient: Add VMP-based stat
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'libglusterfsclient/src/libglusterfsclient.h')
-rwxr-xr-xlibglusterfsclient/src/libglusterfsclient.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/libglusterfsclient/src/libglusterfsclient.h b/libglusterfsclient/src/libglusterfsclient.h
index d46156e28..ec707ad92 100755
--- a/libglusterfsclient/src/libglusterfsclient.h
+++ b/libglusterfsclient/src/libglusterfsclient.h
@@ -124,8 +124,11 @@ int
glusterfs_close (glusterfs_file_t fd);
int
-glusterfs_stat (glusterfs_handle_t handle, const char *path,
- struct stat *stbuf);
+glusterfs_glh_stat (glusterfs_handle_t handle, const char *path,
+ struct stat *stbuf);
+
+int
+glusterfs_stat (const char *path, struct stat *buf);
int
glusterfs_fstat (glusterfs_file_t fd, struct stat *stbuf);