mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
Make WakeMessageHandler public
This commit is contained in:
parent
23281a4dc3
commit
f13914a0e9
@ -328,6 +328,8 @@ public:
|
||||
CSipHasher GetDeterministicRandomizer(uint64_t id);
|
||||
|
||||
unsigned int GetReceiveFloodSize() const;
|
||||
|
||||
void WakeMessageHandler();
|
||||
private:
|
||||
struct ListenSocket {
|
||||
SOCKET socket;
|
||||
@ -344,8 +346,6 @@ private:
|
||||
void ThreadSocketHandler();
|
||||
void ThreadDNSAddressSeed();
|
||||
|
||||
void WakeMessageHandler();
|
||||
|
||||
uint64_t CalculateKeyedNetGroup(const CAddress& ad);
|
||||
|
||||
CNode* FindNode(const CNetAddr& ip);
|
||||
|
Loading…
Reference in New Issue
Block a user