]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
- tmp changed defaults of SQUID_MAINTAIN_CACHE_DIGEST and SQUID_PEER_DIGEST
authorrousskov <>
Wed, 8 Apr 1998 05:36:34 +0000 (05:36 +0000)
committerrousskov <>
Wed, 8 Apr 1998 05:36:34 +0000 (05:36 +0000)
  to 0

src/squid.h

index 5e5bde0e76b1b032f6a6e7a90f56d1498a99cdbd..4fe839684636f51d3f0b92f4071c621233403ee3 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: squid.h,v 1.169 1998/04/04 01:44:05 kostas Exp $
+ * $Id: squid.h,v 1.170 1998/04/07 23:36:34 rousskov Exp $
  *
  * AUTHOR: Duane Wessels
  *
@@ -322,6 +322,15 @@ struct rusage {
 #include "cache_snmp.h"
 #endif
 
+/*
+ * maintain a digest of cache contents and send the digest to neighbors upon
+ * request; if disabled we still can request digests from other caches
+ */
+#define SQUID_MAINTAIN_CACHE_DIGEST 0
+/* must be set before using structs.h */
+/* ask peers about their digests and use them */
+#define SQUID_PEER_DIGEST 0
+
 #include "defines.h"
 #include "enums.h"
 #include "typedefs.h"
@@ -356,10 +365,5 @@ struct rusage {
 extern struct snmp_mib_tree *Mib;
 #endif
 
-/*
- * maintain a digest of cache contents and send the digest to neighbors upon
- * request; if disabled we still can request digests from other caches
- */
-#define SQUID_MAINTAIN_CACHE_DIGEST 1
 
 #endif /* SQUID_H */