diff options
Diffstat (limited to 'api/src/glfs-internal.h')
| -rw-r--r-- | api/src/glfs-internal.h | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/api/src/glfs-internal.h b/api/src/glfs-internal.h index 14e94e2116f..6fdec961a1c 100644 --- a/api/src/glfs-internal.h +++ b/api/src/glfs-internal.h @@ -80,6 +80,7 @@ typedef int (*glfs_init_cbk) (struct glfs *fs, int ret);  struct glfs {  	char               *volname; +        uuid_t              vol_uuid;  	glusterfs_ctx_t    *ctx; @@ -222,4 +223,7 @@ dict_t * dict_for_key_value (const char *name, const char *value, size_t size);  int glfs_getxattr_process (void *value, size_t size, dict_t *xattr,  			   const char *name); +/* Sends RPC call to glusterd to fetch required volume info */ +int glfs_get_volume_info (struct glfs *fs); +  #endif /* !_GLFS_INTERNAL_H */  | 
