diff options
author | Raghavendra G <raghavendra@zresearch.com> | 2009-06-10 06:59:50 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-06-11 07:28:59 -0700 |
commit | 29a3619d6bb5680213c817b13dad7d8ad6e2903b (patch) | |
tree | d285975a7e58d566d7d981ab1dda49520d411de2 /libglusterfsclient/src/libglusterfsclient.h | |
parent | 82130d7ef5e4e4842dba44f0283336d98035a590 (diff) |
libglusterfsclient: add glusterfs_umount_all.
- unmounts all the entries in the vmplist.
- this api helps booster to cleanup all the mounts in a single call.
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
Diffstat (limited to 'libglusterfsclient/src/libglusterfsclient.h')
-rwxr-xr-x | libglusterfsclient/src/libglusterfsclient.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libglusterfsclient/src/libglusterfsclient.h b/libglusterfsclient/src/libglusterfsclient.h index a2c9a0fa5f2..9e03a8c59ac 100755 --- a/libglusterfsclient/src/libglusterfsclient.h +++ b/libglusterfsclient/src/libglusterfsclient.h @@ -199,6 +199,10 @@ int glusterfs_umount (char *vmp); +/* glusterfs_umount_all unmounts all the mounts */ +int +glusterfs_umount_all (void); + /* For smaller files, application can use just * glusterfs_get/glusterfs_get_async |