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 --- libglusterfs/src/glusterfs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libglusterfs/src/glusterfs.h') diff --git a/libglusterfs/src/glusterfs.h b/libglusterfs/src/glusterfs.h index bf269df4b..bb93f5faa 100644 --- a/libglusterfs/src/glusterfs.h +++ b/libglusterfs/src/glusterfs.h @@ -217,12 +217,14 @@ struct _cmd_args { /* basic options */ char *volfile_server; char *volume_file; + char *log_server; gf_loglevel_t log_level; char *log_file; int32_t max_connect_attempts; /* advanced options */ uint32_t volfile_server_port; char *volfile_server_transport; + uint32_t log_server_port; char *pid_file; int no_daemon_mode; char *run_id; -- cgit