]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/mon/DataHealthService.h
update sources to v12.1.1
[ceph.git] / ceph / src / mon / DataHealthService.h
index 8834b600b8d9c83bc8cbb9bbadc07ebca8699506..91caf4e32115c394cb96aff9b476a6767aad05e7 100644 (file)
@@ -65,9 +65,9 @@ public:
     start_tick();
   }
 
-  void get_health(Formatter *f,
-                          list<pair<health_status_t,string> >& summary,
-                          list<pair<health_status_t,string> > *detail) override;
+  void get_health(
+    list<pair<health_status_t,string> >& summary,
+    list<pair<health_status_t,string> > *detail) override;
 
   int get_type() override {
     return HealthService::SERVICE_HEALTH_DATA;