diff --git a/ircd/net_dns.cc b/ircd/net_dns.cc index 6aa62cfa4..e7cc16caa 100644 --- a/ircd/net_dns.cc +++ b/ircd/net_dns.cc @@ -569,6 +569,10 @@ try { thread_local struct ::servent res, *ent {nullptr}; thread_local char _name[32], _prot[32], buf[2048]; + const prof::syscall_usage_warning timer + { + "net::dns::service_port(%s)", name + }; strlcpy(_name, name); strlcpy(_prot, prot);