BIND 10 trac1958, updated. c69039221efe837760e74c93f5bb23cb19810a48 [1958] Doxygen warnings eliminated for perfdhcp.
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Jul 23 16:45:21 UTC 2012
The branch, trac1958 has been updated
via c69039221efe837760e74c93f5bb23cb19810a48 (commit)
from b594cc0f845bf8c2fa7238aa8d153f642a3337ff (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 c69039221efe837760e74c93f5bb23cb19810a48
Author: Marcin Siodelski <marcin at isc.org>
Date: Mon Jul 23 18:45:05 2012 +0200
[1958] Doxygen warnings eliminated for perfdhcp.
-----------------------------------------------------------------------
Summary of changes:
tests/tools/perfdhcp/stats_mgr.h | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
-----------------------------------------------------------------------
diff --git a/tests/tools/perfdhcp/stats_mgr.h b/tests/tools/perfdhcp/stats_mgr.h
index bfebfb2..8e6c109 100644
--- a/tests/tools/perfdhcp/stats_mgr.h
+++ b/tests/tools/perfdhcp/stats_mgr.h
@@ -285,7 +285,7 @@ public:
/// the packet using indexing by transaction id. This reduces
/// packet search time significantly.
///
- /// \param transid transaction id of the packet to search
+ /// \param rcvd_packet received packet to be matched with sent packet.
/// \throw isc::BadValue if received packet is null.
/// \return packet having specified transaction or NULL if packet
/// not found
@@ -412,8 +412,8 @@ public:
/// \brief Return average unordered lookup set size.
///
/// Method returns average unordered lookup set size.
- /// This value is changes every time \findSet function uses
- /// unordered packet lookup using transaction id.
+ /// This value changes every time \ref ExchangeStats::findSent
+ /// function performs unordered packet lookup.
///
/// \return average unordered lookup set size.
double getAvgUnorderedLookupSetSize() const {
@@ -705,8 +705,8 @@ public:
/// \brief Return average unordered lookup set size.
///
/// Method returns average unordered lookup set size.
- /// This value is changes every time \findSet function uses
- /// unordered packet lookup using transaction id.
+ /// This value changes every time \ref ExchangeStats::findSent
+ /// function performs unordered packet lookup.
///
/// \param xchg_type exchange type.
/// \throw isc::BadValue if invalid exchange type specified.
More information about the bind10-changes
mailing list