mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 02:55:50 +00:00
.
This commit is contained in:
@@ -11,9 +11,11 @@ class TimingService
|
||||
{
|
||||
boost::asio::deadline_timer* mLedgerTimer;
|
||||
boost::asio::deadline_timer* mPropTimer;
|
||||
boost::asio::deadline_timer* mValidTimer;
|
||||
|
||||
void handleLedger();
|
||||
void handleProp();
|
||||
void handleValid();
|
||||
public:
|
||||
TimingService();
|
||||
void start(boost::asio::io_service& ioService);
|
||||
|
||||
Reference in New Issue
Block a user