--------------------- PatchSet 1853 Date: 2001/04/09 09:47:31 Author: akroonmaa Branch: chunked_mempools Tag: (none) Log: add idle pool cleanup event handler Members: src/main.c:1.20->1.20.2.1 Index: squid/src/main.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/main.c,v retrieving revision 1.20 retrieving revision 1.20.2.1 diff -u -r1.20 -r1.20.2.1 --- squid/src/main.c 29 Mar 2001 09:41:31 -0000 1.20 +++ squid/src/main.c 9 Apr 2001 09:47:31 -0000 1.20.2.1 @@ -1,6 +1,6 @@ /* - * $Id: main.c,v 1.20 2001/03/29 09:41:31 squidadm Exp $ + * $Id: main.c,v 1.20.2.1 2001/04/09 09:47:31 akroonmaa Exp $ * * DEBUG: section 1 Startup and Main Loop * AUTHOR: Harvest Derived @@ -553,6 +553,7 @@ eventAdd("start_announce", start_announce, NULL, 3600.0, 1); eventAdd("ipcache_purgelru", ipcache_purgelru, NULL, 10.0, 1); eventAdd("fqdncache_purgelru", fqdncache_purgelru, NULL, 15.0, 1); + eventAdd("memPoolCleanIdlePools", memPoolCleanIdlePools, NULL, 15.0, 1); } configured_once = 1; }