MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / WakeMessageHandler

Method WakeMessageHandler

src/net.cpp:2275–2282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2273}
2274
2275void CConnman::WakeMessageHandler()
2276{
2277 {
2278 LOCK(mutexMsgProc);
2279 fMsgProcWake = true;
2280 }
2281 condMsgProc.notify_one();
2282}
2283
2284void CConnman::ThreadDNSAddressSeed()
2285{

Callers 1

UpdatedBlockTipMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected