mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-01 13:01:40 -05:00
documented the 'covers' argument of dns_ncache_add()
This commit is contained in:
parent
e69ccf6d54
commit
deb7afc49f
1 changed files with 3 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue