From: wessels <> Date: Thu, 28 May 1998 22:46:05 +0000 (+0000) Subject: put back old HIERARCHY tag as UNUSED_08 X-Git-Tag: SQUID_3_0_PRE1~3222 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3ebc0acecdbeefe98a5d10d7d1ab71386ccf1589;p=thirdparty%2Fsquid.git put back old HIERARCHY tag as UNUSED_08 --- diff --git a/src/enums.h b/src/enums.h index b0b21e72c3..e5f87eaf7d 100644 --- a/src/enums.h +++ b/src/enums.h @@ -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