From 65cc08d80d5db6a6854249cc04bece0a9554adfb Mon Sep 17 00:00:00 2001 From: shishir gowda Date: Wed, 13 Jul 2011 09:21:55 +0000 Subject: glusterd: Add bind-insecure xlator-option for glusterd This is required if the number of connections from the glusterd increases. Change-Id: Iff78773f593a8bfae13ec9eec52c5a67ea936ef2 BUG: 3142 Signed-off-by: shishir gowda Reviewed-on: http://review.gluster.com/11 Tested-by: Gluster Build System Reviewed-by: Pavan T C --- rpc/rpc-lib/src/rpc-transport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rpc/rpc-lib/src/rpc-transport.h') diff --git a/rpc/rpc-lib/src/rpc-transport.h b/rpc/rpc-lib/src/rpc-transport.h index 3161ec9b0..f8396f572 100644 --- a/rpc/rpc-lib/src/rpc-transport.h +++ b/rpc/rpc-lib/src/rpc-transport.h @@ -215,7 +215,7 @@ struct rpc_transport { uint64_t total_bytes_write; struct list_head list; - int client_bind_insecure; + int bind_insecure; }; struct rpc_transport_ops { -- cgit