--------------------- PatchSet 3819 Date: 2002/04/01 23:56:56 Author: hno Branch: memorybuf Tag: (none) Log: Merged missing stuff from HEAD Members: src/structs.h:1.48.2.1->1.48.2.1.2.1 Index: squid/src/structs.h =================================================================== RCS file: /cvsroot/squid-sf//squid/src/structs.h,v retrieving revision 1.48.2.1 retrieving revision 1.48.2.1.2.1 diff -u -r1.48.2.1 -r1.48.2.1.2.1 --- squid/src/structs.h 1 Apr 2002 10:26:59 -0000 1.48.2.1 +++ squid/src/structs.h 1 Apr 2002 23:56:56 -0000 1.48.2.1.2.1 @@ -1,6 +1,6 @@ /* - * $Id: structs.h,v 1.48.2.1 2002/04/01 10:26:59 squidadm Exp $ + * $Id: structs.h,v 1.48.2.1.2.1 2002/04/01 23:56:56 hno Exp $ * * * SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -814,7 +814,7 @@ /* private, stay away; use interface function instead */ mb_size_t max_capacity; /* when grows: assert(new_capacity <= max_capacity) */ mb_size_t capacity; /* allocated space */ - FREE *freefunc; /* what to use to free the buffer, NULL after memBufFreeFunc() is called */ + unsigned stolen:1; /* the buffer has been stolen for use by someone else */ }; /* see Packer.c for description */