mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-25 05:25:55 +00:00
Fix missing file names for new Log partition code
This commit is contained in:
@@ -21,9 +21,9 @@
|
||||
DEFINE_INSTANCE(WebSocketConnection);
|
||||
|
||||
// This is for logging
|
||||
struct WSConnectionLog
|
||||
{
|
||||
};
|
||||
struct WSConnectionLog { };
|
||||
|
||||
SETUP_LOG (WSConnectionLog)
|
||||
|
||||
template <typename endpoint_type>
|
||||
class WSServerHandler;
|
||||
|
||||
Reference in New Issue
Block a user