]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update slabbed data layout description
authorMark Andrews <marka@isc.org>
Tue, 20 Dec 2011 00:55:01 +0000 (00:55 +0000)
committerMark Andrews <marka@isc.org>
Tue, 20 Dec 2011 00:55:01 +0000 (00:55 +0000)
lib/dns/rdataslab.c

index f984b38018b4d7bd92662e3fedff61d017e9836c..51e5a3cd1930b86a7561c6775d7250546737d451 100644 (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.