From: Christos Tsantilas Date: Fri, 10 Dec 2010 18:04:41 +0000 (+0200) Subject: The memPoolAlloc counter never updated X-Git-Tag: take1~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=83ddbaf4fbdf7c5756dad152c55265c62632c088;p=thirdparty%2Fsquid.git The memPoolAlloc counter never updated --- diff --git a/src/stat.cc b/src/stat.cc index cece967b9c..7c4a5adb2d 100644 --- a/src/stat.cc +++ b/src/stat.cc @@ -648,7 +648,7 @@ GetInfo(Mgr::InfoActionData& stats) stats.mem_pool_allocated = mp_stats.TheMeter->alloc.level; #endif - stats.gb_freed_count = mp_stats.TheMeter->gb_saved.count; + stats.gb_saved_count = mp_stats.TheMeter->gb_saved.count; stats.gb_freed_count = mp_stats.TheMeter->gb_freed.count; }