]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2850] Comment the newly introduced constants
authorMukund Sivaraman <muks@isc.org>
Fri, 3 May 2013 01:48:31 +0000 (07:18 +0530)
committerMukund Sivaraman <muks@isc.org>
Fri, 3 May 2013 01:48:31 +0000 (07:18 +0530)
src/lib/datasrc/memory/zone_table_segment_mapped.cc

index c958e5a271645a7ff1e2e8fb8b6116a514bb51b6..cabf399f716cdfbcf5213201f84f403c0a74969e 100644 (file)
@@ -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