]> git.ipfire.org Git - thirdparty/bind9.git/commit
clarify dns_rdataslab_fromrdataset()
authorEvan Hunt <each@isc.org>
Sat, 8 Feb 2025 04:07:53 +0000 (20:07 -0800)
committerEvan Hunt <each@isc.org>
Wed, 19 Feb 2025 22:58:32 +0000 (14:58 -0800)
commitb4bde9bef4b6ccb0c77a97d6cc7c55e900665ddc
treed421d85b7e0b47cf1d31410da1bd873ba96a0742
parentf1ab7f199b4d07f89f68c7c89f8f861dbb919a0c
clarify dns_rdataslab_fromrdataset()

there are now two functions for creating an rdataslab from an
rdataset: dns_rdataslab_fromrdataset() creates a full slab (including
space for a slab header), and dns_rdataslab_raw_fromrdataset() creates
a raw slab.
lib/dns/include/dns/rdataslab.h
lib/dns/qpcache.c
lib/dns/qpzone.c
lib/dns/rdataslab.c