BIND 10 trac2833, updated. 46168c33b8ff9bdc8b5448c350f2037453e0c2d9 [2833] updated the doc ZoneTableSegment::create() for the latest interface.
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Apr 2 21:28:06 UTC 2013
The branch, trac2833 has been updated
via 46168c33b8ff9bdc8b5448c350f2037453e0c2d9 (commit)
from 339e9f7077179abbeeb3a3f16a6f1f95cb22786c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 46168c33b8ff9bdc8b5448c350f2037453e0c2d9
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Apr 2 14:27:37 2013 -0700
[2833] updated the doc ZoneTableSegment::create() for the latest interface.
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/memory/zone_table_segment.h | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/memory/zone_table_segment.h b/src/lib/datasrc/memory/zone_table_segment.h
index 1f52b57..1440a2e 100644
--- a/src/lib/datasrc/memory/zone_table_segment.h
+++ b/src/lib/datasrc/memory/zone_table_segment.h
@@ -115,9 +115,8 @@ public:
/// \c config is not known or not supported in this implementation.
///
/// \param rrclass The RR class of the zones to be maintained in the table.
- /// \param config The configuration based on which a derived object
- /// is returned.
- /// \return Returns a ZoneTableSegment object
+ /// \param type The memory segment type used for the zone table segment.
+ /// \return Returns a ZoneTableSegment object of the specified type.
static ZoneTableSegment* create(const isc::dns::RRClass& rrclass,
const std::string& type);
More information about the bind10-changes
mailing list