Linux build update

This commit is contained in:
cygnusxi 2016-11-23 03:45:31 -05:00 committed by GitHub
commit 604c5c81b8
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ static bool vfLimited[NET_MAX] = {};
static CNode* pnodeLocalHost = NULL;
CAddress addrSeenByPeer(CService("0.0.0.0", 0), nLocalServices);
uint64 nLocalHostNonce = 0;
array<int, THREAD_MAX> vnThreadsRunning;
boost::array<int, THREAD_MAX> vnThreadsRunning;
static std::vector<SOCKET> vhListenSocket;
CAddrMan addrman;