mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Pass io_service to NetworkOPs to it can set timers.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user