From: wessels <> Date: Tue, 24 Sep 1996 05:10:33 +0000 (+0000) Subject: compiler X-Git-Tag: SQUID_3_0_PRE1~5740 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=be3be2ae5f9a2ed3b4f1e79f9bf75ab1c6f61337;p=thirdparty%2Fsquid.git compiler --- diff --git a/src/stat.cc b/src/stat.cc index 1491175455..dc5779fede 100644 --- a/src/stat.cc +++ b/src/stat.cc @@ -1,5 +1,5 @@ /* - * $Id: stat.cc,v 1.76 1996/09/23 22:14:43 wessels Exp $ + * $Id: stat.cc,v 1.77 1996/09/23 23:10:33 wessels Exp $ * * DEBUG: section 18 Cache Manager Statistics * AUTHOR: Harvest Derived @@ -644,7 +644,7 @@ memoryAccounted(void) mem_obj_pool.total_pages_allocated * mem_obj_pool.page_size + meta_data.url_strings + #if USE_ICMP - meta_data.netdb * sizeof(struct netdbEntry) + + meta_data.netdb * sizeof(netdbEntry) + #endif meta_data.misc; }