From: Mukund Sivaraman Date: Fri, 3 May 2013 01:48:31 +0000 (+0530) Subject: [2850] Comment the newly introduced constants X-Git-Tag: bind10-1.2.0beta1-release~467^2~59 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f41e4c3104480b6a8a6aa08cc5c28cf71a13a3bc;p=thirdparty%2Fkea.git [2850] Comment the newly introduced constants --- diff --git a/src/lib/datasrc/memory/zone_table_segment_mapped.cc b/src/lib/datasrc/memory/zone_table_segment_mapped.cc index c958e5a271..cabf399f71 100644 --- a/src/lib/datasrc/memory/zone_table_segment_mapped.cc +++ b/src/lib/datasrc/memory/zone_table_segment_mapped.cc @@ -26,7 +26,10 @@ namespace memory { namespace { // unnamed namespace +// The name with which the zone table checksum is associated in the segment. const char* const ZONE_TABLE_CHECKSUM_NAME = "zone_table_checksum"; + +// The name with which the zone table header is associated in the segment. const char* const ZONE_TABLE_HEADER_NAME = "zone_table_header"; } // end of unnamed namespace