From: wessels <> Date: Wed, 20 Jan 1999 03:43:46 +0000 (+0000) Subject: Henrik Added a (local) hit rate to mempool metering. X-Git-Tag: SQUID_3_0_PRE1~2378 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7f8bbdcdf9d24c0850a6453eb3d05be01d5159bb;p=thirdparty%2Fsquid.git Henrik Added a (local) hit rate to mempool metering. --- diff --git a/src/structs.h b/src/structs.h index e1eb687d0c..578079d2b9 100644 --- a/src/structs.h +++ b/src/structs.h @@ -1,7 +1,7 @@ /* - * $Id: structs.h,v 1.264 1999/01/19 17:41:09 wessels Exp $ + * $Id: structs.h,v 1.265 1999/01/19 20:43:46 wessels Exp $ * * * SQUID Internet Object Cache http://squid.nlanr.net/Squid/ @@ -1538,6 +1538,7 @@ struct _MemPoolMeter { MemMeter inuse; MemMeter idle; gb_t saved; + gb_t total; }; /* a pool is a [growing] space for objects of the same size */