summaryrefslogtreecommitdiffstats
path: root/source/Server.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/Server.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/Server.h b/source/Server.h
index ec91bb6c0..b12453aec 100644
--- a/source/Server.h
+++ b/source/Server.h
@@ -101,10 +101,12 @@ private:
} ;
struct sServerState;
- sServerState* m_pState;
+ sServerState * m_pState;
cNotifyWriteThread m_NotifyWriteThread;
- cListenThread m_ListenThread;
+
+ cListenThread m_ListenThreadIPv4; // IPv4
+ cListenThread m_ListenThreadIPv6; // IPv6
cCriticalSection m_CSClients; // Locks client list
cClientHandleList m_Clients; // Clients that are connected to the server