BIND 10 trac1960, updated. 40ee3e7167ec6660de797955af57ec9f5ec67c79 [1960] Fixed doxygen documentation.

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Sep 21 17:19:16 UTC 2012


The branch, trac1960 has been updated
       via  40ee3e7167ec6660de797955af57ec9f5ec67c79 (commit)
      from  4de75117f84ad23f96392677338e733d6e1e87bd (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 40ee3e7167ec6660de797955af57ec9f5ec67c79
Author: Marcin Siodelski <marcin at isc.org>
Date:   Fri Sep 21 19:19:04 2012 +0200

    [1960] Fixed doxygen documentation.

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

Summary of changes:
 tests/tools/perfdhcp/stats_mgr.h    |    7 +++++--
 tests/tools/perfdhcp/test_control.h |    4 ++--
 2 files changed, 7 insertions(+), 4 deletions(-)

-----------------------------------------------------------------------
diff --git a/tests/tools/perfdhcp/stats_mgr.h b/tests/tools/perfdhcp/stats_mgr.h
index e380d6f..0c2b68c 100644
--- a/tests/tools/perfdhcp/stats_mgr.h
+++ b/tests/tools/perfdhcp/stats_mgr.h
@@ -256,6 +256,8 @@ public:
         /// \brief Constructor
         ///
         /// \param xchg_type exchange type
+        /// \param drop_time maximum time elapsed before packet is
+        /// assumed dropped. Negative value disables it.
         /// \param archive_enabled if true packets archive mode is enabled.
         /// In this mode all packets are stored throughout the test execution.
         ExchangeStats(const ExchangeType xchg_type,
@@ -825,8 +827,6 @@ public:
     /// for performance reasons and to avoid waste of memory for storing
     /// large list of archived packets.
     ///
-    /// \param drop_time maximum time elapsed before packet is
-    /// assumed dropped. Negative value disables it.
     /// \param archive_enabled true indicates that packets
     /// archive mode is enabled.
     StatsMgr(const bool archive_enabled = false) :
@@ -842,6 +842,8 @@ public:
     /// type.
     ///
     /// \param xchg_type exchange type.
+    /// \param drop_time maximum time elapsed before packet is
+    /// assumed dropped. Negative value disables it.
     /// \throw isc::BadValue if exchange of specified type exists.
     void addExchangeStats(const ExchangeType xchg_type,
                           const double drop_time = -1) {
@@ -906,6 +908,7 @@ public:
     /// Increement counter value by one.
     ///
     /// \param counter_key key poiting to the counter in the counters map.
+    /// \param value value to increment counter by.
     /// \return pointer to specified counter after incrementation.
     const CustomCounter& incrementCounter(const std::string& counter_key,
                                           const uint64_t value = 1) {
diff --git a/tests/tools/perfdhcp/test_control.h b/tests/tools/perfdhcp/test_control.h
index da1e533..572adb2 100644
--- a/tests/tools/perfdhcp/test_control.h
+++ b/tests/tools/perfdhcp/test_control.h
@@ -531,8 +531,8 @@ protected:
     /// \brief Receive DHCPv4 or DHCPv6 packets from the server.
     ///
     /// Method receives DHCPv4 or DHCPv6 packets from the server.
-    /// This function will call \ref receivePacket4 or
-    /// \ref receivePacket6 depending if DHCPv4 or DHCPv6 packet
+    /// This function will call \ref processReceivedPacket4 or
+    /// \ref processReceivedPacket6 depending if DHCPv4 or DHCPv6 packet
     /// has arrived.
     ///
     /// \warning this method does not check if provided socket is



More information about the bind10-changes mailing list