diff -r 545010bc5e71 -r 22eca559aded src/server/daemon/config.h --- 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;