* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: cache.c,v 1.54 2003/09/30 05:56:10 marka Exp $ */
+/* $Id: cache.c,v 1.55 2003/10/13 00:40:29 marka Exp $ */
#include <config.h>
#define VALID_CACHE(cache) ISC_MAGIC_VALID(cache, CACHE_MAGIC)
/*
- * The following three variables control incremental cleaning.
+ * The following two variables control incremental cleaning.
* MINSIZE is how many bytes is the floor for dns_cache_setcachesize().
* CLEANERINCREMENT is how many nodes are examined in one pass.
*/