Pass io_service to NetworkOPs to it can set timers.

This commit is contained in:
JoelKatz
2012-05-03 15:45:04 -07:00
parent 3dbee6e461
commit 2bdd06f5cc
3 changed files with 22 additions and 14 deletions

View File

@@ -34,11 +34,10 @@ public:
class Application
{
NetworkOPs mNetOps;
Wallet mWallet;
boost::asio::io_service mIOService;
NetworkOPs mNetOps;
Wallet mWallet;
TimingService mTimingService;
UniqueNodeList mUNL;
PubKeyCache mPKCache;