mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove Journal from most Stoppable overrides
This commit is contained in:
@@ -645,7 +645,7 @@ private:
|
||||
|
||||
//--------------------------------------------------------------------------
|
||||
|
||||
void onStop (Journal)
|
||||
void onStop ()
|
||||
{
|
||||
// VFALCO NOTE I wanted to remove all the jobs that are skippable
|
||||
// but then the Workers count of tasks to process
|
||||
@@ -697,7 +697,7 @@ private:
|
||||
*/
|
||||
}
|
||||
|
||||
void onChildrenStopped (Journal)
|
||||
void onChildrenStopped ()
|
||||
{
|
||||
ScopedLock lock (m_mutex);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user