summarylogtreecommitdiffstats
path: root/net.patch
diff options
context:
space:
mode:
authorcimer2016-09-12 12:02:47 +0200
committercimer2016-09-12 12:02:47 +0200
commite76498480c39ce6bcf275939376be44f4408c4f5 (patch)
tree5bb9ff1c754a8865bb0d4c5c3d99ac7e85b4a904 /net.patch
parentd947bf233c0afc037e2fb2def61b12fee570595c (diff)
downloadaur-e76498480c39ce6bcf275939376be44f4408c4f5.tar.gz
patch for new boostlib
Diffstat (limited to 'net.patch')
-rw-r--r--net.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net.patch b/net.patch
new file mode 100644
index 000000000000..5081faee5790
--- /dev/null
+++ b/net.patch
@@ -0,0 +1,11 @@
+--- src/net.cpp 2016-05-05 22:11:35.000000000 +0200
++++ net.cpp 2016-09-12 11:56:24.168824685 +0200
+@@ -51,7 +51,7 @@
+ CAddress addrSeenByPeer(CService("0.0.0.0", 0), nLocalServices);
+ static CNode* pnodeLocalHost = NULL;
+ uint64 nLocalHostNonce = 0;
+-array<int, THREAD_MAX> vnThreadsRunning;
++boost::array<int, THREAD_MAX> vnThreadsRunning;
+ static SOCKET hListenSocket = INVALID_SOCKET;
+ CAddrMan addrman;
+