Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
f41e4c31
Commit
f41e4c31
authored
May 03, 2013
by
Mukund Sivaraman
Browse files
[2850] Comment the newly introduced constants
parent
b30eb934
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/memory/zone_table_segment_mapped.cc
View file @
f41e4c31
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment