]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/messages/MOSDPGInfo.h
update sources to v12.1.3
[ceph.git] / ceph / src / messages / MOSDPGInfo.h
index 106c499cdde66447a2bc480fadd2a32fac7a8585..e17dcf7cc8d004a1204dce3b5d20f356a4e14468 100644 (file)
@@ -23,7 +23,7 @@ class MOSDPGInfo : public Message {
   static const int HEAD_VERSION = 5;
   static const int COMPAT_VERSION = 1;
 
-  epoch_t epoch;
+  epoch_t epoch = 0;
 
 public:
   vector<pair<pg_notify_t,PastIntervals> > pg_list;