MCPcopy Create free account
hub / github.com/ElementsProject/elements / WakeMessageHandler

Method WakeMessageHandler

src/net.cpp:1727–1734  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1725}
1726
1727void CConnman::WakeMessageHandler()
1728{
1729 {
1730 LOCK(mutexMsgProc);
1731 fMsgProcWake = true;
1732 }
1733 condMsgProc.notify_one();
1734}
1735
1736void CConnman::ThreadDNSAddressSeed()
1737{

Callers 1

UpdatedBlockTipMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected