Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
0dccb67c
Commit
0dccb67c
authored
May 03, 2013
by
Mukund Sivaraman
Browse files
[2850] Add a comment
parent
622d3e71
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/memory/zone_table_segment_mapped.cc
View file @
0dccb67c
...
...
@@ -120,6 +120,9 @@ ZoneTableSegmentMapped::processHeader(MemorySegmentMapped& segment,
header_
=
static_cast
<
ZoneTableHeader
*>
(
result
.
second
);
}
}
else
{
// First allocate a ZONE_TABLE_HEADER_NAME, so that we can set
// it without growing the segment (and changing the header's
// address).
segment
.
setNamedAddress
(
ZONE_TABLE_HEADER_NAME
,
NULL
);
void
*
ptr
=
NULL
;
while
(
!
ptr
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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