]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/mon/MonClient.h
import ceph 14.2.5
[ceph.git] / ceph / src / mon / MonClient.h
index e4c018289bee5334e87ac27a569cb592c8be8a6b..a7874b72a5862cd18f82f0d493e90665e21dcfb1 100644 (file)
@@ -499,6 +499,7 @@ private:
   struct MonCommand {
     string target_name;
     int target_rank;
+    unsigned send_attempts = 0;
     uint64_t tid;
     vector<string> cmd;
     bufferlist inbl;