mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Rename reportUncaughtExceptions to threadEntry
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#define RIPPLE_WEBSOCKET_SERVER_H_INCLUDED
|
||||
|
||||
#include <ripple/basics/Log.h>
|
||||
#include <ripple/core/ReportUncaughtException.h>
|
||||
#include <ripple/core/ThreadEntry.h>
|
||||
#include <ripple/websocket/WebSocket.h>
|
||||
#include <ripple/beast/core/Thread.h>
|
||||
#include <condition_variable>
|
||||
@@ -60,7 +60,7 @@ public:
|
||||
private:
|
||||
void run ()
|
||||
{
|
||||
reportUncaughtException (
|
||||
threadEntry (
|
||||
this, &Server::runImpl, "Server<WebSocket>::run()");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user