BIND 10 trac3181, updated. 08b88147e8368d7f48a2e130deefbcb86cd645af [3181] Fixed doxygen errors in perfdhcp.
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Dec 6 15:16:46 UTC 2013
The branch, trac3181 has been updated
via 08b88147e8368d7f48a2e130deefbcb86cd645af (commit)
from 13cb26e18540a27e77a96736eb7d8029997f1ccf (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 08b88147e8368d7f48a2e130deefbcb86cd645af
Author: Marcin Siodelski <marcin at isc.org>
Date: Fri Dec 6 16:16:39 2013 +0100
[3181] Fixed doxygen errors in perfdhcp.
-----------------------------------------------------------------------
Summary of changes:
tests/tools/perfdhcp/rate_control.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/tests/tools/perfdhcp/rate_control.h b/tests/tools/perfdhcp/rate_control.h
index 32d8447..c52f264 100644
--- a/tests/tools/perfdhcp/rate_control.h
+++ b/tests/tools/perfdhcp/rate_control.h
@@ -104,7 +104,7 @@ public:
/// \brief Sets the new rate.
///
- /// \param A new value of rate.
+ /// \param rate A new value of rate.
void setRate(const int rate) {
rate_ = rate;
}
@@ -115,8 +115,8 @@ public:
/// the due time. The parameter passed to this function specifies the
/// (positive or negative) number of seconds relative to current time.
///
- /// \param A number of seconds relative to current time which constitutes
- /// the new due time.
+ /// \param offset A number of seconds relative to current time which
+ /// constitutes the new due time.
void setRelativeDue(const int offset);
/// \brief Sets the timestamp of the last sent message to current time.
More information about the bind10-changes
mailing list