mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-22 12:05:53 +00:00
Add default EntryPoints
This commit is contained in:
@@ -32,6 +32,13 @@ ThreadWithCallQueue::~ThreadWithCallQueue ()
|
||||
stop (true);
|
||||
}
|
||||
|
||||
ThreadWithCallQueue::EntryPoints* ThreadWithCallQueue::getDefaultEntryPoints () noexcept
|
||||
{
|
||||
static EntryPoints entryPoints;
|
||||
|
||||
return &entryPoints;
|
||||
}
|
||||
|
||||
void ThreadWithCallQueue::start (EntryPoints* const entryPoints)
|
||||
{
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user