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

index 34fcbeb9ae553e732e242bc6df17e20dcbd7f63c..275fe97601d8519d678db4a753fb4d4c7fe536fa 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: rdataslab.c,v 1.48.50.4 2010/02/25 10:56:41 tbox Exp $ */
+/* $Id: rdataslab.c,v 1.48.50.5 2011/12/20 00:56:58 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.