summaryrefslogtreecommitdiffstats
path: root/src/lib/datasrc/zonetable.h
diff options
context:
space:
mode:
authorJINMEI Tatuya <jinmei@isc.org>2012-07-20 02:39:11 +0200
committerJINMEI Tatuya <jinmei@isc.org>2012-07-20 02:39:11 +0200
commitd6b44e0b1af751de561e2ededf302389f3507579 (patch)
tree99812efff504be915b433466d249607183e09073 /src/lib/datasrc/zonetable.h
parent[2091] use memory segment for creating/destroying RBTrees. (diff)
downloadkea-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.h2
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.
///