aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-11-03 16:17:55 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2017-11-03 16:17:55 -0700
commite8b09eee58e5c57cc5be4a0f9df79662a4c7699c (patch)
treef7c3e059819e0aac26cf90c3cc7d0ef205346d09 /test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
parentb669ff34ebd6ef0da00c457ab960b7b8c27a9b75 (diff)
Fix deadlock
Diffstat (limited to 'test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h')
-rw-r--r--test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h b/test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
index 06d18b890d..0763d07855 100644
--- a/test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
+++ b/test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
@@ -278,7 +278,7 @@ static void BM_StreamingPingPongWithCoalescingApi(benchmark::State& state) {
void* t;
bool ok;
- int expect_tags;
+ int expect_tags = 0;
// Send 'max_ping_pongs' number of ping pong messages
int ping_pong_cnt = 0;