mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 01:16:28 -04:00
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>
11 lines
388 B
C++
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;
|
|
|