mirror of
https://github.com/Xahau/xahaud.git
synced 2026-04-29 15:37:46 +00:00
Rename reportUncaughtExceptions to threadEntry
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#include <BeastConfig.h>
|
||||
#include <ripple/app/main/BasicApp.h>
|
||||
#include <ripple/beast/core/Thread.h>
|
||||
#include <ripple/core/ReportUncaughtException.h>
|
||||
#include <ripple/core/ThreadEntry.h>
|
||||
|
||||
BasicApp::BasicApp(std::size_t numberOfThreads)
|
||||
{
|
||||
@@ -34,7 +34,7 @@ BasicApp::BasicApp(std::size_t numberOfThreads)
|
||||
std::string("io_service #") +
|
||||
std::to_string(numberOfThreads));
|
||||
|
||||
ripple::reportUncaughtException (&io_service_,
|
||||
ripple::threadEntry (&io_service_,
|
||||
&boost::asio::io_service::run,
|
||||
"io_service::run");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user