diff options
Diffstat (limited to 'libglusterfsclient/src/libglusterfsclient.h')
| -rwxr-xr-x | libglusterfsclient/src/libglusterfsclient.h | 8 | 
1 files changed, 8 insertions, 0 deletions
diff --git a/libglusterfsclient/src/libglusterfsclient.h b/libglusterfsclient/src/libglusterfsclient.h index e587fcc8e0d..0d79fa5044a 100755 --- a/libglusterfsclient/src/libglusterfsclient.h +++ b/libglusterfsclient/src/libglusterfsclient.h @@ -29,6 +29,7 @@ __BEGIN_DECLS  #include <sys/stat.h>  #include <dirent.h>  #include <sys/vfs.h> +#include <sys/statvfs.h>  typedef struct {          struct iovec *vector; @@ -291,6 +292,13 @@ glusterfs_glh_statfs (glusterfs_handle_t handle, const char *path,  int  glusterfs_statfs (const char *path, struct statfs *buf); + +int +glusterfs_glh_statvfs (glusterfs_handle_t handle, const char *path, +                   struct statvfs *buf); + +int +glusterfs_statvfs (const char *path, struct statvfs *buf);  /* FIXME: review the need for these apis */  /* added for log related initialization in booster fork implementation */  void  | 
