diff options
author | vjpai <vpai@google.com> | 2015-06-04 10:54:24 -0700 |
---|---|---|
committer | vjpai <vpai@google.com> | 2015-06-04 10:54:24 -0700 |
commit | dc0615fa8717dd7ad3dda80eb5da53214ded0992 (patch) | |
tree | 765107d8a993af354492c05288e7ba8208ed2eac | |
parent | d1dce90c9a1b7b3b1c618163bfbc9aa4e3f050b6 (diff) |
Init a variable
-rw-r--r-- | test/cpp/qps/client_async.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cpp/qps/client_async.cc b/test/cpp/qps/client_async.cc index 06bc3ee9c2..3c3814df23 100644 --- a/test/cpp/qps/client_async.cc +++ b/test/cpp/qps/client_async.cc @@ -150,6 +150,7 @@ class AsyncClient : public Client { const SimpleRequest&)> setup_ctx) : Client(config), channel_lock_(config.client_channels()), max_outstanding_per_channel_(config.outstanding_rpcs_per_channel()), + contexts_(config.client_channels()), channel_count_(config.client_channels()) { SetupLoadTest(config, config.async_client_threads()); |