Implement server_info nextgen RPC (#590)

Fixes #587
This commit is contained in:
Alex Kremer
2023-04-13 11:51:54 +01:00
committed by GitHub
parent dfe974d5ab
commit 36bb20806e
18 changed files with 1062 additions and 88 deletions

View File

@@ -80,7 +80,7 @@ Counters::rpcForwarded(std::string const& method)
}
boost::json::object
Counters::report()
Counters::report() const
{
std::shared_lock lk(mutex_);
boost::json::object obj = {};