From 93c8ce0e3fc295087775185c0f8594f06244098d Mon Sep 17 00:00:00 2001 From: Vikas Gorur Date: Tue, 16 Jun 2009 05:25:17 +0000 Subject: Add command line option to specify central log server. Added two command line options: --log-server SERVER --log-server-port PORT Signed-off-by: Anand V. Avati --- glusterfsd/src/glusterfsd.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'glusterfsd/src/glusterfsd.h') diff --git a/glusterfsd/src/glusterfsd.h b/glusterfsd/src/glusterfsd.h index e06526b0..d661335e 100644 --- a/glusterfsd/src/glusterfsd.h +++ b/glusterfsd/src/glusterfsd.h @@ -72,6 +72,8 @@ enum argp_option_keys { ARGP_VOLFILE_ID_KEY = 143, ARGP_VOLFILE_CHECK_KEY = 144, ARGP_VOLFILE_MAX_FETCH_ATTEMPTS = 145, + ARGP_LOG_SERVER_KEY = 146, + ARGP_LOG_SERVER_PORT_KEY = 147, }; /* Moved here from fetch-spec.h */ -- cgit