summaryrefslogtreecommitdiffstats
path: root/xlators/protocol/server/src/server-protocol.h
diff options
context:
space:
mode:
authorAmar Tumballi <amar@gluster.com>2009-04-10 00:34:34 -0700
committerAnand V. Avati <avati@amp.gluster.com>2009-04-12 11:59:56 +0530
commit4a62b5af1c9add4a74ea38ab9008bf129e2b4110 (patch)
treedeeb56a05bd727bcfd2c991d086bb0daa51c76f7 /xlators/protocol/server/src/server-protocol.h
parentbe9909606428d78ec23ea02900640c68ca2a40d2 (diff)
feature to disable volumefile's checksum
in server volume define, "option verify-volfile-checksum no" to disable the checksum feature. Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'xlators/protocol/server/src/server-protocol.h')
-rw-r--r--xlators/protocol/server/src/server-protocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/protocol/server/src/server-protocol.h b/xlators/protocol/server/src/server-protocol.h
index 2e6923fb4..1ea30cc6f 100644
--- a/xlators/protocol/server/src/server-protocol.h
+++ b/xlators/protocol/server/src/server-protocol.h
@@ -105,6 +105,7 @@ typedef struct {
int32_t inode_lru_limit;
pthread_mutex_t mutex;
struct list_head conns;
+ gf_boolean_t verify_volfile_checksum;
} server_conf_t;