From dc0615fa8717dd7ad3dda80eb5da53214ded0992 Mon Sep 17 00:00:00 2001
From: vjpai <vpai@google.com>
Date: Thu, 4 Jun 2015 10:54:24 -0700
Subject: [PATCH] Init a variable

---
 test/cpp/qps/client_async.cc | 1 +
 1 file changed, 1 insertion(+)

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());
-- 
GitLab