]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
- CacheDigestVer upgraded to 2/2 because we record bits_per_entry
authorrousskov <>
Wed, 22 Apr 1998 22:21:24 +0000 (22:21 +0000)
committerrousskov <>
Wed, 22 Apr 1998 22:21:24 +0000 (22:21 +0000)
  and other new essential fields; the cblock size changed as well
- renamed CacheDigestHashCount to CacheDigestHashFuncCount

src/globals.h

index a29dac2c2f392e4b21b13f33f8851932278cb1de..aec9f4367b471a98e61c0d37fee3e1a6a8c68312 100644 (file)
@@ -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 } */
+