Skip to content
Snippets Groups Projects
Commit dc0615fa authored by vjpai's avatar vjpai
Browse files

Init a variable

parent d1dce90c
No related branches found
No related tags found
No related merge requests found
...@@ -150,6 +150,7 @@ class AsyncClient : public Client { ...@@ -150,6 +150,7 @@ class AsyncClient : public Client {
const SimpleRequest&)> setup_ctx) : const SimpleRequest&)> setup_ctx) :
Client(config), channel_lock_(config.client_channels()), Client(config), channel_lock_(config.client_channels()),
max_outstanding_per_channel_(config.outstanding_rpcs_per_channel()), max_outstanding_per_channel_(config.outstanding_rpcs_per_channel()),
contexts_(config.client_channels()),
channel_count_(config.client_channels()) { channel_count_(config.client_channels()) {
SetupLoadTest(config, config.async_client_threads()); SetupLoadTest(config, config.async_client_threads());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment