Call to get the auxiliary I/O service

This commit is contained in:
JoelKatz
2012-09-14 07:07:44 -07:00
parent f7e68cfc51
commit 205f5e4a63

View File

@@ -78,6 +78,7 @@ public:
NetworkOPs& getOPs() { return mNetOps; }
boost::asio::io_service& getIOService() { return mIOService; }
boost::asio::io_service& getAuxService() { return mAuxService; }
LedgerMaster& getMasterLedger() { return mMasterLedger; }
LedgerAcquireMaster& getMasterLedgerAcquire() { return mMasterLedgerAcquire; }