Make nServices atomic

pull/308/head
Matt Corallo 8 years ago
parent 96f42d8a12
commit 0f31872615

@ -564,7 +564,7 @@ class CNode
friend class CConnman;
public:
// socket
ServiceFlags nServices;
std::atomic<ServiceFlags> nServices;
ServiceFlags nServicesExpected;
SOCKET hSocket;
size_t nSendSize; // total size of all vSendMsg entries

Loading…
Cancel
Save