--------------------- PatchSet 6467 Date: 2005/03/03 04:55:48 Author: hno Branch: lfs-2_5 Tag: (none) Log: Getting closer to balance... parsing of size_t types need squid_off_t Members: src/structs.h:1.48.2.33.2.6->1.48.2.33.2.7 Index: squid/src/structs.h =================================================================== RCS file: /cvsroot/squid-sf//squid/src/structs.h,v retrieving revision 1.48.2.33.2.6 retrieving revision 1.48.2.33.2.7 diff -u -r1.48.2.33.2.6 -r1.48.2.33.2.7 --- squid/src/structs.h 3 Mar 2005 04:43:45 -0000 1.48.2.33.2.6 +++ squid/src/structs.h 3 Mar 2005 04:55:48 -0000 1.48.2.33.2.7 @@ -1,6 +1,6 @@ /* - * $Id: structs.h,v 1.48.2.33.2.6 2005/03/03 04:43:45 hno Exp $ + * $Id: structs.h,v 1.48.2.33.2.7 2005/03/03 04:55:48 hno Exp $ * * * SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -389,7 +389,7 @@ int highWaterMark; int lowWaterMark; } Swap; - size_t memMaxSize; + squid_off_t memMaxSize; struct { char *relayHost; u_short relayPort;