From 4a4066453f45c869fc9f91d9807b7b8b25b004a0 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 20 Dec 2011 00:55:01 +0000 Subject: [PATCH] update slabbed data layout description --- lib/dns/rdataslab.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/dns/rdataslab.c b/lib/dns/rdataslab.c index f984b38018..51e5a3cd19 100644 --- a/lib/dns/rdataslab.c +++ b/lib/dns/rdataslab.c @@ -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.