]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/mgr/ClusterState.h
import ceph 14.2.5
[ceph.git] / ceph / src / mgr / ClusterState.h
index c5d46fa1abfd53e21ab8bf6b9bf84ad417416146..0298f62ec29acbf0239c2506c5d2cad5e5b31be0 100644 (file)
@@ -50,6 +50,8 @@ protected:
   bufferlist health_json;
   bufferlist mon_status_json;
 
+  class ClusterSocketHook *asok_hook;
+
 public:
 
   void load_digest(MMgrDigest *m);
@@ -137,7 +139,10 @@ public:
       pg_map,
       std::forward<Args>(args)...);
   }
-
+  void final_init();
+  void shutdown();
+  bool asok_command(std::string_view admin_command, const cmdmap_t& cmdmap,
+                      std::string_view format, ostream& ss);
 };
 
 #endif