diff options
Diffstat (limited to 'xlators/protocol/server/src/server-protocol.h')
| -rw-r--r-- | xlators/protocol/server/src/server-protocol.h | 1 | 
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 2e6923fb4e2..1ea30cc6f66 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;  | 
