aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net.h b/src/net.h
index 2baf82702c..a9da38146b 100644
--- a/src/net.h
+++ b/src/net.h
@@ -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);