]> Git Repo - VerusCoin.git/commit
Shutdown cleanup prep-work
authorGavin Andresen <[email protected]>
Thu, 7 Mar 2013 03:16:05 +0000 (22:16 -0500)
committerGavin Andresen <[email protected]>
Wed, 3 Apr 2013 18:04:21 +0000 (14:04 -0400)
commitc8c2fbe07f1a5475aea3a2680af9130558c7e5c8
tree78e8007fa6898d8f7f6826ab59c0bab8a4aae417
parent87b9931bed5ec6633348ac506f0e9b5a96446df8
Shutdown cleanup prep-work

Create a boost::thread_group object at the qt/bitcoind main-loop level
that will hold pointers to all the main-loop threads.

This will replace the vnThreadsRunning[] array.

For testing, ported the BitcoinMiner threads to use its
own boost::thread_group.
src/init.cpp
src/init.h
src/main.cpp
src/net.cpp
src/net.h
src/qt/bitcoin.cpp
src/util.cpp
src/util.h
This page took 0.028904 seconds and 4 git commands to generate.