aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/proto
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-01-29 15:05:53 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2016-01-29 15:05:53 -0800
commitdd18c4a4a32f2038b16d22235e89c64a4ecb6b33 (patch)
treeda88b22ea1ade0616c201b40c83199321114a5b3 /src/proto
parenta4c9218889bdc1c90146d3ca179f2afc4d3c32f2 (diff)
parented00b0366d9022bdfe47bbf4c0b4bff1bf03d195 (diff)
Merge branch 'master' of github.com:grpc/grpc into grpclb_api
Diffstat (limited to 'src/proto')
-rw-r--r--src/proto/grpc/testing/control.proto2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/proto/grpc/testing/control.proto b/src/proto/grpc/testing/control.proto
index 7ba6f9856f..2f352e652f 100644
--- a/src/proto/grpc/testing/control.proto
+++ b/src/proto/grpc/testing/control.proto
@@ -127,8 +127,6 @@ message ClientArgs {
message ServerConfig {
ServerType server_type = 1;
SecurityParams security_params = 2;
- // Host on which to listen.
- string host = 3;
// Port on which to listen. Zero means pick unused port.
int32 port = 4;
// Only for async server. Number of threads used to serve the requests.