- diskd magic constants got moved to 'cache_dir' line.
#
-# $Id: cf.data.pre,v 1.180 2000/05/03 19:36:37 hno Exp $
+# $Id: cf.data.pre,v 1.181 2000/05/12 03:11:40 wessels Exp $
#
#
# SQUID Internet Object Cache http://squid.nlanr.net/Squid/
disable persistent connections with clients and/or servers.
DOC_END
-NAME: diskd_magic1
-IFDEF: USE_DISKD
-TYPE: int
-LOC: Config.diskd.magic1
-DEFAULT: 64
-DOC_NONE
-
-NAME: diskd_magic2
-IFDEF: USE_DISKD
-TYPE: int
-LOC: Config.diskd.magic2
-DEFAULT: 72
-DOC_START
- Macic constants for the diskd daemon..
-DOC_END
-
EOF
/*
- * $Id: structs.h,v 1.331 2000/05/12 00:29:09 wessels Exp $
+ * $Id: structs.h,v 1.332 2000/05/12 03:11:40 wessels Exp $
*
*
* SQUID Internet Object Cache http://squid.nlanr.net/Squid/
int rebuild_chunk_percentage;
} digest;
#endif
-#if USE_DISKD
- struct {
- int magic1;
- int magic2;
- } diskd;
-#endif
};
struct _SquidConfig2 {