private:
void checkURL(const CheckDesc& cd, const bool status, const bool first = false)
{
+ setThreadName("pdns/lua-c-url");
+
string remstring;
try {
int timeout = 2;
}
}
void checkTCP(const CheckDesc& cd, const bool status, const bool first = false) {
+ setThreadName("pdns/lua-c-tcp");
try {
int timeout = 2;
if (cd.opts.count("timeout")) {
}
void checkThread()
{
+ setThreadName("pdns/luaupcheck");
while (true)
{
std::chrono::system_clock::time_point checkStart = std::chrono::system_clock::now();