]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
clarify
authorwessels <>
Thu, 9 Apr 1998 01:01:50 +0000 (01:01 +0000)
committerwessels <>
Thu, 9 Apr 1998 01:01:50 +0000 (01:01 +0000)
src/squid.h

index 4fe839684636f51d3f0b92f4071c621233403ee3..f0dc9026079e485239dc288f4d85cfabbce8e969 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: squid.h,v 1.170 1998/04/07 23:36:34 rousskov Exp $
+ * $Id: squid.h,v 1.171 1998/04/08 19:01:50 wessels Exp $
  *
  * AUTHOR: Duane Wessels
  *
@@ -327,8 +327,11 @@ struct rusage {
  * 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 */
+
+/*
+ * ask peers about their digests and use them
+ * must be set before including structs.h
+ */
 #define SQUID_PEER_DIGEST 0
 
 #include "defines.h"