diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2016-12-31 02:05:21 -0500 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2017-01-12 23:05:09 -0500 |
commit | ef7b5ecbb73e9fd3670494c99cfc13ccf3574170 (patch) | |
tree | 9976c03d3c259e0b24a1313453b806c674049655 /src/net.h | |
parent | f5c36d19b636f01cc24417bc2b2f5b226ff3dd2c (diff) |
net: Add a simple function for waking the message handler
This may be used publicly in the future
Diffstat (limited to 'src/net.h')
-rw-r--r-- | src/net.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -341,6 +341,8 @@ private: void ThreadSocketHandler(); void ThreadDNSAddressSeed(); + void WakeMessageHandler(); + uint64_t CalculateKeyedNetGroup(const CAddress& ad); CNode* FindNode(const CNetAddr& ip); |