diff -r 5f7660fe1562 -r f1cff81e425a src/server/daemon/config.h --- 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;