From cf11fec2dc48a78bf011d535281585dccf0e9c5f Mon Sep 17 00:00:00 2001 From: rousskov <> Date: Wed, 22 Apr 1998 22:21:24 +0000 Subject: [PATCH] - 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 --- src/globals.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 } */ + -- 2.47.3