From dc53183708d6d9ff998487427312000f30dcb7ee Mon Sep 17 00:00:00 2001 From: Shehjar Tikoo Date: Mon, 20 Apr 2009 12:31:49 -0700 Subject: libglusterfsclient: Add VMP-based lstat Signed-off-by: Anand V. Avati --- libglusterfsclient/src/libglusterfsclient.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libglusterfsclient/src/libglusterfsclient.h') diff --git a/libglusterfsclient/src/libglusterfsclient.h b/libglusterfsclient/src/libglusterfsclient.h index ec707ad9..5d422b90 100755 --- a/libglusterfsclient/src/libglusterfsclient.h +++ b/libglusterfsclient/src/libglusterfsclient.h @@ -130,6 +130,13 @@ glusterfs_glh_stat (glusterfs_handle_t handle, const char *path, int glusterfs_stat (const char *path, struct stat *buf); +int +glusterfs_glh_lstat (glusterfs_handle_t handle, const char *path, + struct stat *buf); + +int +glusterfs_lstat (const char *path, struct stat *buf); + int glusterfs_fstat (glusterfs_file_t fd, struct stat *stbuf); -- cgit