From: wessels <> Date: Thu, 23 Jul 1998 11:39:32 +0000 (+0000) Subject: change StoreEntry->lock_count to type u_short. X-Git-Tag: SQUID_3_0_PRE1~2999 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a3cb745879ddf0e8d45f6ab60c02f49a12807e46;p=thirdparty%2Fsquid.git change StoreEntry->lock_count to type u_short. --- diff --git a/src/structs.h b/src/structs.h index cb0aed77fa..eafbcff033 100644 --- a/src/structs.h +++ b/src/structs.h @@ -1,6 +1,6 @@ /* - * $Id: structs.h,v 1.190 1998/07/22 20:54:05 wessels Exp $ + * $Id: structs.h,v 1.191 1998/07/23 05:39:32 wessels Exp $ * * * SQUID Internet Object Cache http://squid.nlanr.net/Squid/ @@ -1132,10 +1132,9 @@ struct _StoreEntry { size_t swap_file_sz; u_short refcount; u_short flag; - int swap_file_number; dlink_node lru; - u_char lock_count; /* Assume < 256! */ + u_short lock_count; /* Assume < 65536! */ mem_status_t mem_status:3; ping_status_t ping_status:3; store_status_t store_status:3;