]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/messages/MOSDOp.h
update sources to v12.1.3
[ceph.git] / ceph / src / messages / MOSDOp.h
index 69d12a7a9df4cf4845c54270adb588157e820acf..80c6ecf77687411867dc6d71d32e00ae3fcaa691 100755 (executable)
@@ -37,11 +37,11 @@ class MOSDOp : public MOSDFastDispatchOp {
   static const int COMPAT_VERSION = 3;
 
 private:
-  uint32_t client_inc;
-  __u32 osdmap_epoch;
-  __u32 flags;
+  uint32_t client_inc = 0;
+  __u32 osdmap_epoch = 0;
+  __u32 flags = 0;
   utime_t mtime;
-  int32_t retry_attempt;   // 0 is first attempt.  -1 if we don't know.
+  int32_t retry_attempt = -1;   // 0 is first attempt.  -1 if we don't know.
 
   hobject_t hobj;
   spg_t pgid;