mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-23 04:25:51 +00:00
Add Stoppable prepare and start interfaces
This commit is contained in:
@@ -145,7 +145,7 @@ public:
|
||||
// Stoppable
|
||||
//
|
||||
|
||||
void onStop ()
|
||||
void onStop (Journal)
|
||||
{
|
||||
m_queue.dispatch (bind (&Thread::signalThreadShouldExit, this));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user