--------------------- PatchSet 2143 Date: 2001/04/28 23:58:57 Author: hno Branch: chunked_mempools Tag: (none) Log: MemPoolStats contains stuff not at all related to statistics. Needs to be moved out of there. It is also very questionable to have TheMeter as a global variable. This needs to be thought over. Members: src/MemPoolStats.c:1.1.2.8->1.1.2.9 Index: squid/src/MemPoolStats.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/Attic/MemPoolStats.c,v retrieving revision 1.1.2.8 retrieving revision 1.1.2.9 diff -u -r1.1.2.8 -r1.1.2.9 --- squid/src/MemPoolStats.c 28 Apr 2001 23:53:44 -0000 1.1.2.8 +++ squid/src/MemPoolStats.c 28 Apr 2001 23:58:57 -0000 1.1.2.9 @@ -77,6 +77,7 @@ /* Initialization */ +/* XXX This is NOT statistics. Does NOT belong here. */ void memConfigure(void) { @@ -100,6 +101,7 @@ mem_idle_limit = new_pool_limit; } +/* XXX This is NOT statistics. Does NOT belong here. */ void memPoolCleanIdlePools(void *unused) {