From: wessels <> Date: Tue, 10 Jul 2001 01:12:21 +0000 (+0000) Subject: SwapDir->suggest is unused. It has been moved to SwapDir->fsdata->suggest. X-Git-Tag: SQUID_3_0_PRE1~1473 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=46d04b2547647347dc77b5b5e252465c3a4dbdce;p=thirdparty%2Fsquid.git SwapDir->suggest is unused. It has been moved to SwapDir->fsdata->suggest. --- diff --git a/src/structs.h b/src/structs.h index df8e383fa6..0007c30491 100644 --- a/src/structs.h +++ b/src/structs.h @@ -1,6 +1,6 @@ /* - * $Id: structs.h,v 1.393 2001/07/04 00:12:05 hno Exp $ + * $Id: structs.h,v 1.394 2001/07/09 19:12:21 wessels Exp $ * * * SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -1486,7 +1486,6 @@ struct _SwapDir { int max_size; char *path; int index; /* This entry's index into the swapDirs array */ - int suggest; ssize_t max_objsize; RemovalPolicy *repl; int removals;