MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / sendRequest

Method sendRequest

cpp/src/DNSThread.cpp:102–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102bool DNSThread::sendRequest
103(
104DNSLookup *lookup
105)
106{
107 Log::Write(LogLevel_Info, lookup->NodeID, "Queuing Lookup on %s for Node %d", lookup->lookup.c_str(), lookup->NodeID);
108 LockGuard LG(m_dnsMutex);
109 m_dnslist.push_back(lookup);
110 m_dnsRequestEvent->Set();
111 return true;
112}
113
114void DNSThread::processResult
115(

Callers 2

Calls 3

WriteFunction · 0.85
c_strMethod · 0.45
SetMethod · 0.45

Tested by

no test coverage detected