net: Add a simple function for waking the message handler
This may be used publicly in the future
This commit is contained in:
parent
f5c36d19b6
commit
ef7b5ecbb7
2 changed files with 8 additions and 4 deletions
src
|
@ -341,6 +341,8 @@ private:
|
|||
void ThreadSocketHandler();
|
||||
void ThreadDNSAddressSeed();
|
||||
|
||||
void WakeMessageHandler();
|
||||
|
||||
uint64_t CalculateKeyedNetGroup(const CAddress& ad);
|
||||
|
||||
CNode* FindNode(const CNetAddr& ip);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue