From: hno <> Date: Tue, 19 Feb 2002 06:40:35 +0000 (+0000) Subject: Last part of the generic MEM_xK_BUF allocator. Had fogot to commit this X-Git-Tag: SQUID_3_0_PRE1~1180 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4b6e2aeac2017a85af75ee0d322170400cb23367;p=thirdparty%2Fsquid.git Last part of the generic MEM_xK_BUF allocator. Had fogot to commit this one.. --- diff --git a/src/defines.h b/src/defines.h index 1edba7ace8..e580769f54 100644 --- a/src/defines.h +++ b/src/defines.h @@ -1,6 +1,6 @@ /* - * $Id: defines.h,v 1.97 2001/11/17 11:09:24 hno Exp $ + * $Id: defines.h,v 1.98 2002/02/18 23:40:35 hno Exp $ * * * SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -234,7 +234,7 @@ #define countof(arr) (sizeof(arr)/sizeof(*arr)) /* to initialize static variables (see also MemBufNull) */ -#define MemBufNULL { NULL, 0, 0, 0, NULL } +#define MemBufNULL { NULL, 0, 0, 0, 0 } /* * Max number of ICP messages to receive per call to icpHandleUdp