]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/mgr/MgrSession.h
update sources to v12.1.0
[ceph.git] / ceph / src / mgr / MgrSession.h
index 790d76b8aac49acbdda9f366f8b1aa494e91a211..72afd7a676728f0066c65ebd5b71413ba52e612e 100644 (file)
@@ -18,6 +18,8 @@ struct MgrSession : public RefCountedObject {
   EntityName entity_name;
   entity_inst_t inst;
 
+  int osd_id = -1;  ///< osd id (if an osd)
+
   // mon caps are suitably generic for mgr
   MonCap caps;