summaryrefslogtreecommitdiffstats
path: root/glusterfsd/src/glusterfsd.h
diff options
context:
space:
mode:
authorAmar Tumballi <amar@gluster.com>2010-09-10 05:53:59 +0000
committerVijay Bellur <vijay@dev.gluster.com>2010-09-10 06:13:57 -0700
commit5bec5e4fd6b0cae5e7a5e4d0a72090f4d613b94e (patch)
treed59d335fa51f224e9f02dc8779816cd60f043d91 /glusterfsd/src/glusterfsd.h
parent4aada05a7a2b21d4c5275812a6e8f838e3a10512 (diff)
glusterfsd: exit process instead of starting fuse in case of failures
Signed-off-by: Amar Tumballi <amar@gluster.com> Signed-off-by: Vijay Bellur <vijay@dev.gluster.com> BUG: 1586 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1586
Diffstat (limited to 'glusterfsd/src/glusterfsd.h')
-rw-r--r--glusterfsd/src/glusterfsd.h2
1 files changed, 1 insertions, 1 deletions
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__ */