From deb7afc49f9b45a4dfef3449d650ff0d7ff6ce40 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Wed, 3 May 2000 21:08:14 +0000 Subject: [PATCH] documented the 'covers' argument of dns_ncache_add() --- lib/dns/include/dns/ncache.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/dns/include/dns/ncache.h b/lib/dns/include/dns/ncache.h index 553a5b82b9..3ca0fcc2d2 100644 --- a/lib/dns/include/dns/ncache.h +++ b/lib/dns/include/dns/ncache.h @@ -60,6 +60,9 @@ dns_ncache_add(dns_message_t *message, dns_db_t *cache, dns_dbnode_t *node, * Convert the authority data from 'message' into a negative cache * rdataset, and store it in 'cache' at 'node'. * + * The 'covers' argument is the RR type whose nonexistence we are caching, + * or dns_rdatatype_any when caching a NXDOMAIN response. + * * Note: * If 'addedrdataset' is not NULL, then it will be attached to the added * rdataset. See dns_db_addrdataset() for more details.