From 0e1f6449edc3f2e3f72546be527b8f7ad9f65669 Mon Sep 17 00:00:00 2001 From: Raghavendra G Date: Wed, 10 Jun 2009 06:59:50 +0000 Subject: 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 --- libglusterfsclient/src/libglusterfsclient.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libglusterfsclient/src/libglusterfsclient.h') 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 -- cgit