From bf34a8714e6ab9dce0670c2648f839165904f2f7 Mon Sep 17 00:00:00 2001 From: Pavan Sondur Date: Thu, 26 Nov 2009 07:51:26 +0000 Subject: protocol/server: Introduce option trace to log requests and replies in normal log. Signed-off-by: Pavan Vilas Sondur Signed-off-by: Anand V. Avati BUG: 315 (generation number support) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=315 --- xlators/protocol/server/src/server-protocol.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators/protocol/server/src/server-protocol.h') diff --git a/xlators/protocol/server/src/server-protocol.h b/xlators/protocol/server/src/server-protocol.h index 55bf4ad8f..78bc13827 100644 --- a/xlators/protocol/server/src/server-protocol.h +++ b/xlators/protocol/server/src/server-protocol.h @@ -107,6 +107,7 @@ typedef struct { pthread_mutex_t mutex; struct list_head conns; gf_boolean_t verify_volfile_checksum; + gf_boolean_t trace; } server_conf_t; -- cgit