summaryrefslogtreecommitdiffstats
path: root/rpc/rpc-lib/src/rpc-transport.h
diff options
context:
space:
mode:
authorshishir gowda <shishirng@gluster.com>2011-07-13 09:21:55 +0000
committerAnand Avati <avati@gluster.com>2011-07-24 11:45:14 -0700
commit65cc08d80d5db6a6854249cc04bece0a9554adfb (patch)
treeaa9ed8c9c3a3d3dcefee92c2951d678e3a3ffb65 /rpc/rpc-lib/src/rpc-transport.h
parentb06ba047f48e92323d8dc8af7ed485d35fbbccf2 (diff)
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 <shishirng@gluster.com> Reviewed-on: http://review.gluster.com/11 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Pavan T C <tcp@gluster.com>
Diffstat (limited to 'rpc/rpc-lib/src/rpc-transport.h')
-rw-r--r--rpc/rpc-lib/src/rpc-transport.h2
1 files changed, 1 insertions, 1 deletions
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 {