]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/mgr/MgrClient.h
update sources to 12.2.10
[ceph.git] / ceph / src / mgr / MgrClient.h
index d1d6061871bb12f617d8915ccb681fc4468bb7d9..ef1dd058b4221808dd189b19fd79842f105318c4 100644 (file)
@@ -101,9 +101,7 @@ public:
   bool handle_mgr_configure(MMgrConfigure *m);
   bool handle_command_reply(MCommandReply *m);
 
-  void send_report();
   void send_pgstats();
-
   void set_pgstats_cb(std::function<MPGStats*()> cb_)
   {
     Mutex::Locker l(lock);
@@ -121,7 +119,11 @@ public:
   int service_daemon_update_status(
     const std::map<std::string,std::string>& status);
   void update_osd_health(std::vector<OSDHealthMetric>&& metrics);
+
+private:
+  void _send_stats();
+  void _send_pgstats();
+  void _send_report();
 };
 
 #endif
-