redo INST_COUNTER

Allow for use by pvxsIoc
This commit is contained in:
Michael Davidsaver
2023-05-06 10:15:26 -07:00
parent 175955bc0b
commit aef69c9f25
15 changed files with 96 additions and 55 deletions
+9
View File
@@ -20,7 +20,16 @@
static constexpr size_t tcp_tx_limit_mult = 2u;
namespace pvxs {
namespace impl {
DEFINE_INST_COUNTER(ServerChannelControl);
DEFINE_INST_COUNTER(ServerChan);
DEFINE_INST_COUNTER(ServerConn);
DEFINE_INST_COUNTER(ServerSource);
}
namespace server {
DEFINE_INST_COUNTER2(Server::Pvt, ServerPvt);
std::set<std::string> ClientCredentials::roles() const
{
std::set<std::string> ret;