Make WakeMessageHandler public
This commit is contained in:
parent
23281a4dc3
commit
f13914a0e9
1 changed files with 2 additions and 2 deletions
|
@ -328,6 +328,8 @@ public:
|
||||||
CSipHasher GetDeterministicRandomizer(uint64_t id);
|
CSipHasher GetDeterministicRandomizer(uint64_t id);
|
||||||
|
|
||||||
unsigned int GetReceiveFloodSize() const;
|
unsigned int GetReceiveFloodSize() const;
|
||||||
|
|
||||||
|
void WakeMessageHandler();
|
||||||
private:
|
private:
|
||||||
struct ListenSocket {
|
struct ListenSocket {
|
||||||
SOCKET socket;
|
SOCKET socket;
|
||||||
|
@ -344,8 +346,6 @@ private:
|
||||||
void ThreadSocketHandler();
|
void ThreadSocketHandler();
|
||||||
void ThreadDNSAddressSeed();
|
void ThreadDNSAddressSeed();
|
||||||
|
|
||||||
void WakeMessageHandler();
|
|
||||||
|
|
||||||
uint64_t CalculateKeyedNetGroup(const CAddress& ad);
|
uint64_t CalculateKeyedNetGroup(const CAddress& ad);
|
||||||
|
|
||||||
CNode* FindNode(const CNetAddr& ip);
|
CNode* FindNode(const CNetAddr& ip);
|
||||||
|
|
Loading…
Add table
Reference in a new issue