src/server/daemon/config.h

changeset 438
22eca559aded
parent 426
6a2e7a464991
child 440
d77b8f3e14e2
--- a/src/server/daemon/config.h	Sun Nov 20 12:43:44 2022 +0100
+++ b/src/server/daemon/config.h	Sat Nov 26 17:07:08 2022 +0100
@@ -71,7 +71,10 @@
     CxAllocator    *a;
       
     CxMap          *host_vs;   // map of all vservers. key is the host name
-    CxList         *listeners; // list of all listeners
+    CxList         *listeners; // list of all listeners - TODO: remove
+    
+    CxMap          *listeners2;
+    
     CxList         *logfiles;
     AccessLog      *default_log;
     CxMap          *authdbs;

mercurial