Skip to content
Snippets Groups Projects
Commit e267f86c authored by yang-g's avatar yang-g
Browse files

Properly init variable

parent 69848401
Branches
Tags
No related merge requests found
......@@ -129,7 +129,10 @@ class HistogramEntry GRPC_FINAL {
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() {}
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment