]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/messages/MOSDPGLog.h
update sources to v12.1.3
[ceph.git] / ceph / src / messages / MOSDPGLog.h
index 57c8a0efe7e7e666ead11c1d1d6c64791bc3b203..ac6a1f72bd53c502eff945d21a34448fbc9fea84 100644 (file)
@@ -23,12 +23,12 @@ class MOSDPGLog : public Message {
   static const int HEAD_VERSION = 5;
   static const int COMPAT_VERSION = 2;
 
-  epoch_t epoch;
+  epoch_t epoch = 0;
   /// query_epoch is the epoch of the query being responded to, or
   /// the current epoch if this is not being sent in response to a
   /// query. This allows the recipient to disregard responses to old
   /// queries.
-  epoch_t query_epoch;
+  epoch_t query_epoch = 0;
 
 public:
   shard_id_t to;