]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/test/msgr/perf_msgr_client.cc
update sources to v12.1.1
[ceph.git] / ceph / src / test / msgr / perf_msgr_client.cc
index d8d25720033f7b1804b41013e19affc26db656b3..5774c593974d27d46feb2c19ad358bbf40202d7c 100644 (file)
@@ -84,7 +84,7 @@ class MessengerClient {
 
     ClientThread(Messenger *m, int c, ConnectionRef con, int len, int ops, int think_time_us):
         msgr(m), concurrent(c), conn(con), oid("object-name"), oloc(1, 1), msg_len(len), ops(ops),
-        dispatcher(think_time_us, this), lock("MessengerBenchmark::ClientThread::lock") {
+        dispatcher(think_time_us, this), lock("MessengerBenchmark::ClientThread::lock"), inflight(0) {
       m->add_dispatcher_head(&dispatcher);
       bufferptr ptr(msg_len);
       memset(ptr.c_str(), 0, msg_len);