diff options
| author | Matt Corallo <[email protected]> | 2017-02-06 12:20:16 -0500 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2017-02-10 11:32:41 -0500 |
| commit | 0f3187261519c7568ef4211ce12b9740a3c1200f (patch) | |
| tree | dde1f3a08dfe991f4ec9c901f739b3d047620398 /src | |
| parent | Make nStartingHeight atomic (diff) | |
| download | discoin-0f3187261519c7568ef4211ce12b9740a3c1200f.tar.xz discoin-0f3187261519c7568ef4211ce12b9740a3c1200f.zip | |
Make nServices atomic
Diffstat (limited to 'src')
| -rw-r--r-- | src/net.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |