]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/messages/MPoolOpReply.h
update sources to v12.1.3
[ceph.git] / ceph / src / messages / MPoolOpReply.h
index abc489b5e111fbbedc688c1f3f11eee56b659339..0374c1d904a1c21e27d565470e343d8f91eb5cdd 100644 (file)
@@ -20,8 +20,8 @@
 class MPoolOpReply : public PaxosServiceMessage {
 public:
   uuid_d fsid;
-  __u32 replyCode;
-  epoch_t epoch;
+  __u32 replyCode = 0;
+  epoch_t epoch = 0;
   bufferlist response_data;
 
   MPoolOpReply() : PaxosServiceMessage(CEPH_MSG_POOLOP_REPLY, 0)