From: wessels <> Date: Mon, 26 Jun 2000 11:11:13 +0000 (+0000) Subject: DW: X-Git-Tag: SQUID_3_0_PRE1~1918 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1d53aa4979485d10813a66ecaed6c931df9a51ef;p=thirdparty%2Fsquid.git DW: - Config.warning.high_memory_warning should be type size_t. --- diff --git a/src/structs.h b/src/structs.h index fa13e134f5..34451f0037 100644 --- a/src/structs.h +++ b/src/structs.h @@ -1,6 +1,6 @@ /* - * $Id: structs.h,v 1.344 2000/06/26 04:57:17 wessels Exp $ + * $Id: structs.h,v 1.345 2000/06/26 05:11:13 wessels Exp $ * * * SQUID Internet Object Cache http://squid.nlanr.net/Squid/ @@ -502,7 +502,7 @@ struct _SquidConfig { struct { int high_rptm; int high_pf; - int high_memory; + size_t high_memory; } warnings; char *store_dir_select_algorithm; };