From 276b84df68ce8655947f2870d835cac4eecf6a98 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 11 Jul 2006 10:03:09 +0000 Subject: Move openSockfd[] into ServerConfig git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4322 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/configreader.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/configreader.h b/include/configreader.h index 723ce881b..598fbef81 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -301,6 +301,10 @@ class ServerConfig : public Extensible */ int ports[255]; + /** A list of the file descriptors for the listening client ports + */ + int openSockfd[MAX_DESCRIPTORS]; + /** Boolean sets of which modules implement which functions */ char implement_lists[255][255]; -- cgit v1.3.1-10-gc9f91