ports/net-p2p/digitalcoin/files/patch-src__net.cpp
Steve Wills 622250ba46 Digitalcoin is an open source digital currency, originally based on Bitcoin,
but now heavily modified and improved. Digitalcoin works over a distributed
peer-to-peer network to offer irreversible, low-cost, anonymous and
decentralized monetary transactions.

WWW: http://digitalcoin.co/

PR:		ports/184369
Submitted by:	myst3r10n <myst3r10n@rocketmail.com>
2014-01-18 21:02:36 +00:00

11 lines
388 B
C++

--- src/net.cpp.orig 2014-01-18 04:31:19.000000000 +0000
+++ src/net.cpp 2014-01-18 04:32:57.000000000 +0000
@@ -58,7 +58,7 @@
static bool vfLimited[NET_MAX] = {};
static CNode* pnodeLocalHost = NULL;
uint64 nLocalHostNonce = 0;
-array<int, THREAD_MAX> vnThreadsRunning;
+boost::array<int, THREAD_MAX> vnThreadsRunning;
static std::vector<SOCKET> vhListenSocket;
CAddrMan addrman;