BIND 10 trac2850_2, updated. f41e4c3104480b6a8a6aa08cc5c28cf71a13a3bc [2850] Comment the newly introduced constants
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri May 3 02:04:59 UTC 2013
The branch, trac2850_2 has been updated
via f41e4c3104480b6a8a6aa08cc5c28cf71a13a3bc (commit)
from b30eb9348603cb2181794ca00acbc1bcffa54db7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f41e4c3104480b6a8a6aa08cc5c28cf71a13a3bc
Author: Mukund Sivaraman <muks at isc.org>
Date: Fri May 3 07:18:31 2013 +0530
[2850] Comment the newly introduced constants
-----------------------------------------------------------------------
Summary of changes:
.../datasrc/memory/zone_table_segment_mapped.cc | 3 +++
1 file changed, 3 insertions(+)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/memory/zone_table_segment_mapped.cc b/src/lib/datasrc/memory/zone_table_segment_mapped.cc
index c958e5a..cabf399 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
More information about the bind10-changes
mailing list