diff options
author | JINMEI Tatuya <jinmei@isc.org> | 2012-07-20 02:39:11 +0200 |
---|---|---|
committer | JINMEI Tatuya <jinmei@isc.org> | 2012-07-20 02:39:11 +0200 |
commit | d6b44e0b1af751de561e2ededf302389f3507579 (patch) | |
tree | 99812efff504be915b433466d249607183e09073 /src/lib/datasrc/zonetable.h | |
parent | [2091] use memory segment for creating/destroying RBTrees. (diff) | |
download | kea-d6b44e0b1af751de561e2ededf302389f3507579.tar.xz kea-d6b44e0b1af751de561e2ededf302389f3507579.zip |
[2091] use memory segment for creating/destroying RBNodes.
Like the previous change, the part of the changes are big, but this is
essentially a straightforward refactoring.
Diffstat (limited to '')
-rw-r--r-- | src/lib/datasrc/zonetable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/datasrc/zonetable.h b/src/lib/datasrc/zonetable.h index 427d1a9b00..93a021c9e8 100644 --- a/src/lib/datasrc/zonetable.h +++ b/src/lib/datasrc/zonetable.h @@ -114,7 +114,7 @@ public: /// added to the zone table. /// \return \c result::EXIST The zone table already contains /// zone of the same origin. - result::Result addZone(ZoneFinderPtr zone); + result::Result addZone(util::MemorySegment& mem_sgmt, ZoneFinderPtr zone); /// Remove a \c Zone of the given origin name from the \c ZoneTable. /// |