BIND 10 trac2850_2, updated. fa4c5b912c4e4deab0e42af46eaeb6ef3e41df72 [2850] use 'update' instead of 'reload' for getZoneWriter doc.

BIND 10 source code commits bind10-changes at lists.isc.org
Wed May 1 18:20:33 UTC 2013


The branch, trac2850_2 has been updated
       via  fa4c5b912c4e4deab0e42af46eaeb6ef3e41df72 (commit)
      from  53a1410acc5726fe8ed83ded19b65be7c9002ee1 (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 fa4c5b912c4e4deab0e42af46eaeb6ef3e41df72
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed May 1 11:19:45 2013 -0700

    [2850] use 'update' instead of 'reload' for getZoneWriter doc.
    
    as it's not only used for reloading (or not even for "loading").

-----------------------------------------------------------------------

Summary of changes:
 src/lib/datasrc/memory/zone_table_segment.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/memory/zone_table_segment.h b/src/lib/datasrc/memory/zone_table_segment.h
index 0d8d6f4..aa7760a 100644
--- a/src/lib/datasrc/memory/zone_table_segment.h
+++ b/src/lib/datasrc/memory/zone_table_segment.h
@@ -142,8 +142,8 @@ public:
     /// inside this zone table segment.
     ///
     /// \param loadAction Callback to provide the actual data.
-    /// \param origin The origin of the zone to reload.
-    /// \param rrclass The class of the zone to reload.
+    /// \param origin The origin of the zone to update.
+    /// \param rrclass The class of the zone to update.
     /// \return New instance of a zone writer. The ownership is passed
     ///     onto the caller and the caller needs to \c delete it when
     ///     it's done with the writer.



More information about the bind10-changes mailing list