mirror of
https://github.com/falk-werner/webfuse-provider
synced 2026-03-02 04:09:18 +00:00
refactor: use impl prefix for lwslog functions
This commit is contained in:
@@ -31,7 +31,7 @@ namespace
|
||||
, provider(nullptr)
|
||||
{
|
||||
json_object_seed(0);
|
||||
wfp_lwslog_disable();
|
||||
wfp_impl_lwslog_disable();
|
||||
}
|
||||
|
||||
protected:
|
||||
|
||||
@@ -146,7 +146,7 @@ WsServer::Private::Private(std::string const & protocol, int port)
|
||||
, is_shutdown_requested(false)
|
||||
, wsi_(nullptr)
|
||||
{
|
||||
wfp_lwslog_disable();
|
||||
wfp_impl_lwslog_disable();
|
||||
IServer * server = this;
|
||||
memset(ws_protocols, 0, sizeof(struct lws_protocols) * 2 );
|
||||
|
||||
|
||||
@@ -150,7 +150,7 @@ WsServer2::Private::Private(
|
||||
, is_shutdown_requested(false)
|
||||
, wsi_(nullptr)
|
||||
{
|
||||
wfp_lwslog_disable();
|
||||
wfp_impl_lwslog_disable();
|
||||
IServer * server = this;
|
||||
memset(ws_protocols, 0, sizeof(struct lws_protocols) * 2 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user