cleanup clang-y static analysis
Some performance improvements. eg. pass by ref. Some paranoia pre-initialization of variables which will be initialized later by indirection. And some misc. cleanup.
This commit is contained in:
@@ -17,7 +17,6 @@ DEFINE_LOGGER(connsetup, "pvxs.tcp.setup");
|
||||
// related to low level send/recv
|
||||
DEFINE_LOGGER(connio, "pvxs.tcp.io");
|
||||
|
||||
DEFINE_LOGGER(serversetup, "pvxs.server.setup");
|
||||
DEFINE_LOGGER(serversearch, "pvxs.server.search");
|
||||
|
||||
ServerChan::ServerChan(const std::shared_ptr<ServerConn> &conn,
|
||||
|
||||
Reference in New Issue
Block a user