]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
put back old HIERARCHY tag as UNUSED_08
authorwessels <>
Thu, 28 May 1998 22:46:05 +0000 (22:46 +0000)
committerwessels <>
Thu, 28 May 1998 22:46:05 +0000 (22:46 +0000)
src/enums.h

index b0b21e72c3554171e1bf17f7669485af83c3009b..e5f87eaf7ded575c451ead6207f4b2c06aa1bf78 100644 (file)
@@ -427,7 +427,12 @@ enum {
     PD_INIT_PENDING
 } peer_cd_t;
 
-/* These are for StoreEntry->flag, which is defined as a SHORT */
+/*
+ * These are for StoreEntry->flag, which is defined as a SHORT
+ *
+ * NOTE: These flags are written to swap.state, so think very carefully
+ * about deleting or re-assigning!
+ */
 enum {
     ENTRY_SPECIAL,
     ENTRY_REVALIDATE,
@@ -437,6 +442,7 @@ enum {
     ENTRY_CACHABLE,
     ENTRY_DISPATCHED,
     KEY_PRIVATE,
+    ENTRY_UNUSED_08,
     ENTRY_NEGCACHED,
     ENTRY_VALIDATED,
     ENTRY_BAD_LENGTH