]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/mgr/MgrSession.h
update sources to 12.2.2
[ceph.git] / ceph / src / mgr / MgrSession.h
index 790d76b8aac49acbdda9f366f8b1aa494e91a211..c52e2e177761ac979eeea3791d9c69aa05c7f764 100644 (file)
@@ -18,9 +18,13 @@ 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;
 
+  std::set<std::string> declared_types;
+
   MgrSession(CephContext *cct) : RefCountedObject(cct, 0) {}
   ~MgrSession() override {}
 };