From 5bec5e4fd6b0cae5e7a5e4d0a72090f4d613b94e Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Fri, 10 Sep 2010 05:53:59 +0000 Subject: glusterfsd: exit process instead of starting fuse in case of failures Signed-off-by: Amar Tumballi Signed-off-by: Vijay Bellur BUG: 1586 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1586 --- glusterfsd/src/glusterfsd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glusterfsd/src/glusterfsd.h') diff --git a/glusterfsd/src/glusterfsd.h b/glusterfsd/src/glusterfsd.h index c0789b6d2..9584c19b2 100644 --- a/glusterfsd/src/glusterfsd.h +++ b/glusterfsd/src/glusterfsd.h @@ -80,6 +80,6 @@ enum argp_option_keys { int glusterfs_mgmt_pmap_signout (glusterfs_ctx_t *ctx); int glusterfs_mgmt_pmap_signin (glusterfs_ctx_t *ctx); int glusterfs_volfile_fetch (glusterfs_ctx_t *ctx); - +void cleanup_and_exit (int signum); #endif /* __GLUSTERFSD_H__ */ -- cgit