Add correct fonts

This commit is contained in:
2025-12-28 22:28:26 +00:00
parent a818813877
commit 85295ae4d8
35 changed files with 626 additions and 257 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ namespace Model
std::map<std::string, Metrics::Host> snapshot();
private:
std::map<std::string, Metrics::Host> hosts_;
std::mutex mutex_;
std::map<std::string, Metrics::Host> hosts;
std::mutex mutex;
};
} // namespace Model