mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 14:35:52 +00:00
Add timer parameter to DeadlineTimer callback
This commit is contained in:
@@ -39,7 +39,7 @@ NetworkOPs::NetworkOPs (LedgerMaster* pLedgerMaster)
|
||||
{
|
||||
}
|
||||
|
||||
void NetworkOPs::onDeadlineTimer ()
|
||||
void NetworkOPs::onDeadlineTimer (DeadlineTimer&)
|
||||
{
|
||||
ScopedLock sl (getApp().getMasterLock ());
|
||||
|
||||
|
||||
@@ -359,7 +359,7 @@ public:
|
||||
InfoSub::pointer addRpcSub (const std::string& strUrl, InfoSub::ref rspEntry);
|
||||
|
||||
private:
|
||||
void onDeadlineTimer ();
|
||||
void onDeadlineTimer (DeadlineTimer&);
|
||||
|
||||
void setMode (OperatingMode);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user