]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/mgr/Mgr.h
update sources to v12.1.2
[ceph.git] / ceph / src / mgr / Mgr.h
index ccf22da9e7c4e91472f04414880e33efd6060c09..68f2b40b4616d62fdfef22f7f7fad093234586c1 100644 (file)
@@ -53,7 +53,7 @@ protected:
   Client    *client;
   Messenger *client_messenger;
 
-  Mutex lock;
+  mutable Mutex lock;
   SafeTimer timer;
   Finisher finisher;
 
@@ -98,6 +98,8 @@ public:
 
   void background_init(Context *completion);
   void shutdown();
+
+  std::vector<MonCommand> get_command_set() const;
 };
 
 #endif