Parcourir la source

[2850] Comment the newly introduced constants

Mukund Sivaraman il y a 12 ans
Parent
commit
f41e4c3104
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      src/lib/datasrc/memory/zone_table_segment_mapped.cc

+ 3 - 0
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