2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

update slabbed data layout description

This commit is contained in:
Mark Andrews
2011-12-20 00:55:01 +00:00
parent b9848361b9
commit 4a4066453f

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: rdataslab.c,v 1.54 2011/02/03 12:18:11 tbox Exp $ */
/* $Id: rdataslab.c,v 1.55 2011/12/20 00:55:01 marka Exp $ */
/*! \file */
@@ -53,6 +53,7 @@
* record count (2 bytes)
* data records
* data length (2 bytes)
* meta data (1 byte for RRSIG's)
* data (data length bytes)
*
* Offsets are from the end of the header.