aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/proto/grpc/testing/control.proto
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-04-04 08:00:55 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-04-04 08:00:55 -0700
commit29ebc575546481a8bb4d10b9bb6c18c510f349af (patch)
tree5b7a9fde57fd4f0de05b07a22f26463870f554ff /src/proto/grpc/testing/control.proto
parent0e101ea8a3971f498cea4ac9b41e2a0483fefaa3 (diff)
parentad286c35da683ab2e1e60c1d6fd41a75a5c5cf6f (diff)
Merge branch 'minimal' into minimal_test
Diffstat (limited to 'src/proto/grpc/testing/control.proto')
-rw-r--r--src/proto/grpc/testing/control.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/proto/grpc/testing/control.proto b/src/proto/grpc/testing/control.proto
index 8f0d25c2c9..acee86678d 100644
--- a/src/proto/grpc/testing/control.proto
+++ b/src/proto/grpc/testing/control.proto
@@ -113,6 +113,9 @@ message ClientConfig {
string other_client_api = 15;
repeated ChannelArg channel_args = 16;
+
+ // Number of messages on a stream before it gets finished/restarted
+ int32 messages_per_stream = 18;
}
message ClientStatus { ClientStats stats = 1; }