summaryrefslogtreecommitdiff
path: root/include/configreader.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configreader.h')
-rw-r--r--include/configreader.h4
1 files changed, 4 insertions, 0 deletions
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];