src/server/daemon/config.h

changeset 77
f1cff81e425a
parent 62
c47e081b6c0f
child 91
fac51f87def0
--- a/src/server/daemon/config.h	Mon Jun 24 14:41:32 2013 +0200
+++ b/src/server/daemon/config.h	Tue Jun 25 15:45:13 2013 +0200
@@ -42,6 +42,7 @@
 
 #include "acldata.h"
 #include "keyfile_auth.h"
+#include "log.h"
 
 #include "../ucx/list.h"
 #include "../ucx/dlist.h"
@@ -60,6 +61,7 @@
     UcxMap          *host_vs;   // map of all vservers. key is the host name
     UcxList         *listeners; // list of all listeners
     UcxList         *logfiles;
+    AccessLog       *default_log;
     UcxMap          *authdbs;
     MimeMap         *mimetypes;
     sstr_t          tmp;

mercurial