]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
change StoreEntry->lock_count to type u_short.
authorwessels <>
Thu, 23 Jul 1998 11:39:32 +0000 (11:39 +0000)
committerwessels <>
Thu, 23 Jul 1998 11:39:32 +0000 (11:39 +0000)
src/structs.h

index cb0aed77faac07d81b2920cbc5dbb2572901b26e..eafbcff033a8adc4c87ca3e59115ab8dbd7f7f52 100644 (file)
@@ -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;