From: wessels <> Date: Sat, 7 Mar 1998 09:05:29 +0000 (+0000) Subject: initialization of old/new mem types X-Git-Tag: SQUID_3_0_PRE1~3890 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b817e5e912de500d7759447a8241339ef8efb829;p=thirdparty%2Fsquid.git initialization of old/new mem types --- diff --git a/src/enums.h b/src/enums.h index f504afb26d..f382b26d06 100644 --- a/src/enums.h +++ b/src/enums.h @@ -495,7 +495,6 @@ typedef enum { MEM_PINGERECHODATA, MEM_PINGERREPLYDATA, MEM_ICP_COMMON_T, - MEM_META_DATA, MEM_IOSTATS, MEM_MEM_NODE, MEM_MEM_HDR, diff --git a/src/mem.cc b/src/mem.cc index 866a145e02..d40f07b698 100644 --- a/src/mem.cc +++ b/src/mem.cc @@ -1,6 +1,6 @@ /* - * $Id: mem.cc,v 1.13 1998/03/06 22:19:38 wessels Exp $ + * $Id: mem.cc,v 1.14 1998/03/07 02:05:29 wessels Exp $ * * DEBUG: section 13 High Level Memory Pool Management * AUTHOR: Harvest Derived @@ -120,6 +120,8 @@ memInit(void) memDataInit(MEM_FILEMAP, "fileMap", sizeof(fileMap), 0); memDataInit(MEM_FQDNCACHE_ENTRY, "fqdncache_entry", sizeof(fqdncache_entry), 0); + memDataInit(MEM_FQDNCACHE_PENDING, "fqdn_pending", + sizeof(fqdn_pending), 0); memDataInit(MEM_HASH_LINK, "hash_link", sizeof(hash_link), 0); memDataInit(MEM_HASH_TABLE, "hash_table", sizeof(hash_table), 0); memDataInit(MEM_HIERARCHYLOGENTRY, "HierarchyLogEntry",