commit | c0df4e1dda640df5ad6404250bb8ff60f9c202e7 | [log] [tgz] |
---|---|---|
author | David G. Quintas <dgq@google.com> | Thu Sep 22 17:12:02 2016 -0700 |
committer | GitHub <noreply@github.com> | Thu Sep 22 17:12:02 2016 -0700 |
tree | 85a9372400214f2f62275bef2c1c6a4c9c164f8b | |
parent | 6e03558a5eae6ec88e87f5f79b125401d77e6cd3 [diff] | |
parent | 4543e5cdce24d020330741ffc1043ffefb5c8c51 [diff] |
Merge pull request #8176 from dgquintas/grpclb-update-servicename Updated LB service name in grpclb
diff --git a/test/cpp/qps/client.h b/test/cpp/qps/client.h index c8809cb..5fb87b2 100644 --- a/test/cpp/qps/client.h +++ b/test/cpp/qps/client.h
@@ -129,7 +129,10 @@ class Client { public: - Client() : timer_(new UsageTimer), interarrival_timer_() { + Client() + : timer_(new UsageTimer), + interarrival_timer_(), + started_requests_(false) { gpr_event_init(&start_requests_); } virtual ~Client() {}