diff options
author | Yang Gao <yangg@google.com> | 2015-07-08 21:47:37 -0700 |
---|---|---|
committer | Yang Gao <yangg@google.com> | 2015-07-08 21:47:37 -0700 |
commit | 19512b1febcdd7d4a947dfcafeb58e51e64ee609 (patch) | |
tree | d94dad96954755c6ca8c29d467b8d80b7ac66203 /test/cpp/util/messages.proto | |
parent | d130bdd176810c49f4e1d584f648cdbc46801d7b (diff) | |
parent | b09caa967d82c34d90ecb1109c816f7399b34df3 (diff) |
Merge pull request #2320 from ctiller/hosts-need-names-too
Support registering services against specific hosts
Diffstat (limited to 'test/cpp/util/messages.proto')
-rw-r--r-- | test/cpp/util/messages.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cpp/util/messages.proto b/test/cpp/util/messages.proto index 062f66c091..dc8572cc9c 100644 --- a/test/cpp/util/messages.proto +++ b/test/cpp/util/messages.proto @@ -46,6 +46,7 @@ message EchoRequest { message ResponseParams { optional int64 request_deadline = 1; + optional string host = 2; } message EchoResponse { |