fix warning + add redis server logging
This commit is contained in:
@ -58,8 +58,6 @@ namespace ix
|
||||
|
||||
void stopAcceptingConnections();
|
||||
|
||||
std::atomic<bool> _stop;
|
||||
|
||||
private:
|
||||
// Member variables
|
||||
int _port;
|
||||
@ -70,6 +68,8 @@ namespace ix
|
||||
// socket for accepting connections
|
||||
int _serverFd;
|
||||
|
||||
std::atomic<bool> _stop;
|
||||
|
||||
std::mutex _logMutex;
|
||||
|
||||
// background thread to wait for incoming connections
|
||||
|
Reference in New Issue
Block a user