From: rousskov <> Date: Wed, 22 Apr 1998 22:21:24 +0000 (+0000) Subject: - CacheDigestVer upgraded to 2/2 because we record bits_per_entry X-Git-Tag: SQUID_3_0_PRE1~3464 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf11fec2dc48a78bf011d535281585dccf0e9c5f;p=thirdparty%2Fsquid.git - CacheDigestVer upgraded to 2/2 because we record bits_per_entry and other new essential fields; the cblock size changed as well - renamed CacheDigestHashCount to CacheDigestHashFuncCount --- diff --git a/src/globals.h b/src/globals.h index a29dac2c2f..aec9f4367b 100644 --- a/src/globals.h +++ b/src/globals.h @@ -1,6 +1,6 @@ /* - * $Id: globals.h,v 1.52 1998/04/14 16:38:22 rousskov Exp $ + * $Id: globals.h,v 1.53 1998/04/22 16:21:24 rousskov Exp $ */ extern FILE *debug_log; /* NULL */ @@ -98,8 +98,9 @@ extern dlink_list store_list; extern const String StringNull; /* { 0, 0, NULL } */ extern int hot_obj_count; /* 0 */ extern int _db_level; -extern const int CacheDigestHashCount; /* 4 */ +extern const int CacheDigestHashFuncCount; /* 4 */ extern CacheDigest *store_digest; /* NULL */ extern const char *StoreDigestUrlPath; /* "store_digest" */ extern const char *StoreDigestMimeStr; /* "application/cache-digest" */ -extern const Version CacheDigestVer; /* { 1, 1 } */ +extern const Version CacheDigestVer; /* { 2, 2 } */ +