diff options
author | Vikas Gorur <vikas@gluster.com> | 2009-06-16 05:25:17 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-06-18 15:54:13 -0700 |
commit | 93c8ce0e3fc295087775185c0f8594f06244098d (patch) | |
tree | 75f36ba79f6b249d805ab5a98f1798734225e090 /glusterfsd/src/glusterfsd.h | |
parent | cc931ebf51e7a810e08155ba0b916b10f25d7f16 (diff) |
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 <avati@dev.gluster.com>
Diffstat (limited to 'glusterfsd/src/glusterfsd.h')
-rw-r--r-- | glusterfsd/src/glusterfsd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/glusterfsd/src/glusterfsd.h b/glusterfsd/src/glusterfsd.h index e06526b0664..d661335e368 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 */ |