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
45f0d1f2
Commit
45f0d1f2
authored
Oct 14, 2012
by
Mukund Sivaraman
Browse files
[2168] Untabify
parent
31d09268
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/memory/memory_client.h
View file @
45f0d1f2
...
...
@@ -183,8 +183,8 @@ private:
// Common process for zone load. Registers filename internally and
// adds the ZoneData to the ZoneTable.
result
::
Result
loadInternal
(
const
isc
::
dns
::
Name
&
zone_name
,
const
std
::
string
&
filename
,
ZoneData
*
zone_data
);
const
std
::
string
&
filename
,
ZoneData
*
zone_data
);
util
::
MemorySegment
&
mem_sgmt_
;
const
isc
::
dns
::
RRClass
rrclass_
;
...
...
src/lib/datasrc/memory/zone_data_loader.h
View file @
45f0d1f2
...
...
@@ -48,9 +48,9 @@ struct EmptyZone : public InvalidParameter {
/// \param zone_name The name of the zone that is being loaded.
/// \param zone_file Filename which contains the zone data for \c zone_name.
ZoneData
*
loadZoneData
(
util
::
MemorySegment
&
mem_sgmt
,
const
isc
::
dns
::
RRClass
rrclass
,
const
isc
::
dns
::
Name
&
zone_name
,
const
std
::
string
&
zone_file
);
const
isc
::
dns
::
RRClass
rrclass
,
const
isc
::
dns
::
Name
&
zone_name
,
const
std
::
string
&
zone_file
);
/// \brief Create and return a ZoneData instance populated from the
/// \c iterator.
...
...
@@ -65,9 +65,9 @@ ZoneData* loadZoneData(util::MemorySegment& mem_sgmt,
/// \param zone_name The name of the zone that is being loaded.
/// \param iterator Iterator that returns RRsets to load into the zone.
ZoneData
*
loadZoneData
(
util
::
MemorySegment
&
mem_sgmt
,
const
isc
::
dns
::
RRClass
rrclass
,
const
isc
::
dns
::
Name
&
zone_name
,
ZoneIterator
&
iterator
);
const
isc
::
dns
::
RRClass
rrclass
,
const
isc
::
dns
::
Name
&
zone_name
,
ZoneIterator
&
iterator
);
}
// namespace memory
}
// namespace datasrc
...
...
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