aboutsummaryrefslogtreecommitdiff
path: root/src/httpserver.cpp
diff options
context:
space:
mode:
authorpracticalswift <[email protected]>2017-11-21 18:02:57 +0100
committerpracticalswift <[email protected]>2017-11-21 18:02:57 +0100
commit63f21d27ee463dafc32982d1ac50a1032449dd36 (patch)
tree9dcc4df50457b1ce4bbd2a80baa69c8e068245cd /src/httpserver.cpp
parentMerge #11738: Fix sendrawtransaction hang when sending a tx already in mempool (diff)
downloaddiscoin-63f21d27ee463dafc32982d1ac50a1032449dd36.tar.xz
discoin-63f21d27ee463dafc32982d1ac50a1032449dd36.zip
net: Add missing locks in net.{cpp,h}
* writing variable 'nTotalBytesRecv' requires holding mutex 'cs_totalBytesRecv' exclusively * writing variables 'nTotalBytesSent'/'nMaxOutboundTotalBytesSentInCycle'/'nMaxOutboundCycleStartTime' require holding mutex 'cs_totalBytesSent' exclusively * writing variable 'nMaxOutboundTimeframe'/'nMaxOutboundLimit' require holding mutex 'cs_totalBytesSent' exclusively * writing variable 'vAddedNodes' requires holding mutex 'cs_vAddedNodes' exclusively
Diffstat (limited to 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions