From 127dd2ada6e06abf0761ea647f7ae18a5de78e4f Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Sun, 29 Aug 2010 06:43:58 +0000 Subject: gluster{d,fs,fsd}: add logrorate functionality to SIGHUP Signed-off-by: Amar Tumballi Signed-off-by: Vijay Bellur BUG: 1472 (SIGHUP should do 'logrotate') URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1472 --- glusterfsd/src/glusterfsd.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'glusterfsd/src/glusterfsd.h') diff --git a/glusterfsd/src/glusterfsd.h b/glusterfsd/src/glusterfsd.h index a082b0e4b..c0789b6d2 100644 --- a/glusterfsd/src/glusterfsd.h +++ b/glusterfsd/src/glusterfsd.h @@ -77,11 +77,9 @@ enum argp_option_keys { ARGP_BRICK_PORT_KEY = 152, }; -/* Moved here from fetch-spec.h */ -FILE *fetch_spec (glusterfs_ctx_t *ctx); - 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); #endif /* __GLUSTERFSD_H__ */ -- cgit