--------------------- PatchSet 4054 Date: 2002/04/21 19:40:00 Author: kinkie Branch: customlog Tag: (none) Log: Extended the custom log definition as needed. Members: src/structs.h:1.50.4.2->1.50.4.3 Index: squid/src/structs.h =================================================================== RCS file: /cvsroot/squid-sf//squid/src/structs.h,v retrieving revision 1.50.4.2 retrieving revision 1.50.4.3 diff -u -r1.50.4.2 -r1.50.4.3 --- squid/src/structs.h 9 Apr 2002 21:57:43 -0000 1.50.4.2 +++ squid/src/structs.h 21 Apr 2002 19:40:00 -0000 1.50.4.3 @@ -1,6 +1,6 @@ /* - * $Id: structs.h,v 1.50.4.2 2002/04/09 21:57:43 kinkie Exp $ + * $Id: structs.h,v 1.50.4.3 2002/04/21 19:40:00 kinkie Exp $ * * * SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -449,6 +449,8 @@ struct { char *log; char *access; + //#warning "TODO: remove this definition and all places referring to it" + //#warning "TODO: from cf.data.pre premove the cache_access_log clause" char *store; char *swap; #if USE_USERAGENT_LOG @@ -2165,8 +2167,10 @@ struct _customlog { char *filename; - acl **aclList; + acl_list *aclList; logformat *logFormat; + Logfile *logfile; + customlog *next; }; struct cache_dir_option {