aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatt Corallo <[email protected]>2017-01-14 16:00:00 -0800
committerMatt Corallo <[email protected]>2017-01-14 16:00:16 -0800
commitf13914a0e9cf533d77dc870719842aa426a7926c (patch)
treec76fd4770a050a3c194909eed86160ec4a687e96 /src
parentMerge #9531: Release notes for estimation changes (diff)
downloaddiscoin-f13914a0e9cf533d77dc870719842aa426a7926c.tar.xz
discoin-f13914a0e9cf533d77dc870719842aa426a7926c.zip
Make WakeMessageHandler public
Diffstat (limited to 'src')
-rw-r--r--src/net.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net.h b/src/net.h
index 2baf82702..a9da38146 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);