]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/messages/MMonGetVersionReply.h
update sources to v12.1.3
[ceph.git] / ceph / src / messages / MMonGetVersionReply.h
index 55dcd2049155495adae617088ef48116e48b779d..4df114d3c0edd12b204665df6ef25ff9e3f6c047 100644 (file)
@@ -53,9 +53,9 @@ public:
       ::decode(oldest_version, p);
   }
 
-  ceph_tid_t handle;
-  version_t version;
-  version_t oldest_version;
+  ceph_tid_t handle = 0;
+  version_t version = 0;
+  version_t oldest_version = 0;
 
 private:
   ~MMonGetVersionReply() override {}