diff options
author | Vijay Pai <vpai@google.com> | 2016-02-01 13:03:28 -0800 |
---|---|---|
committer | Vijay Pai <vpai@google.com> | 2016-02-01 13:03:28 -0800 |
commit | 8166e304d10966bc8b7ee514ad191547ac558133 (patch) | |
tree | 63426929564643542a994b2edda19e53871b2578 | |
parent | f05169b5213f2de5153f0d3a5896a85db28fb2e1 (diff) |
Reduce diff
-rw-r--r-- | src/proto/grpc/testing/control.proto | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/proto/grpc/testing/control.proto b/src/proto/grpc/testing/control.proto index c857e4d210..8278836468 100644 --- a/src/proto/grpc/testing/control.proto +++ b/src/proto/grpc/testing/control.proto @@ -135,12 +135,13 @@ message ServerConfig { int32 port = 4; // Only for async server. Number of threads used to serve the requests. int32 async_server_threads = 7; + // Specify the number of cores to limit server to, if desired + int32 core_limit = 8; // payload config, used in generic server PayloadConfig payload_config = 9; // Specify the cores we should run the server on, if desired repeated int32 core_list = 10; - int32 core_limit = 11; } message ServerArgs { |