]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/msg/async/ProtocolV1.h
import 14.2.4 nautilus point release
[ceph.git] / ceph / src / msg / async / ProtocolV1.h
index 6248a6f2e199283095e56f7b04c9605d8bf616a8..b332b5ff7bf47d64374c900efa1bf5389df7d554 100644 (file)
@@ -108,6 +108,7 @@ protected:
   // priority queue for outbound msgs
   std::map<int, std::list<std::pair<bufferlist, Message *>>> out_q;
   bool keepalive;
+  bool write_in_progress = false;
 
   __u32 connect_seq, peer_global_seq;
   std::atomic<uint64_t> in_seq{0};