aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2016-03-26 19:09:22 +0100
committerPieter Wuille <pieter.wuille@gmail.com>2016-06-13 17:40:16 +0200
commitfc83f181530fb566726e5f3f4197fc5586d77fd8 (patch)
treef30fb7b98a910a7f28f6317b32d35591cfaad1a7 /src/net.h
parent3764dec36c815267174951a4c64e17c07ee6302f (diff)
downloadbitcoin-fc83f181530fb566726e5f3f4197fc5586d77fd8.tar.xz
Verify that outbound connections have expected services
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net.h b/src/net.h
index 5c1f7e3e89..445d25bf82 100644
--- a/src/net.h
+++ b/src/net.h
@@ -317,6 +317,7 @@ class CNode
public:
// socket
uint64_t nServices;
+ uint64_t nServicesExpected;
SOCKET hSocket;
CDataStream ssSend;
size_t nSendSize; // total size of all vSendMsg entries