mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 14:35:29 +00:00
[3181] Fixed doxygen errors in perfdhcp.
This commit is contained in:
@@ -104,7 +104,7 @@ public:
|
|||||||
|
|
||||||
/// \brief Sets the new rate.
|
/// \brief Sets the new rate.
|
||||||
///
|
///
|
||||||
/// \param A new value of rate.
|
/// \param rate A new value of rate.
|
||||||
void setRate(const int rate) {
|
void setRate(const int rate) {
|
||||||
rate_ = rate;
|
rate_ = rate;
|
||||||
}
|
}
|
||||||
@@ -115,8 +115,8 @@ public:
|
|||||||
/// the due time. The parameter passed to this function specifies the
|
/// the due time. The parameter passed to this function specifies the
|
||||||
/// (positive or negative) number of seconds relative to current time.
|
/// (positive or negative) number of seconds relative to current time.
|
||||||
///
|
///
|
||||||
/// \param A number of seconds relative to current time which constitutes
|
/// \param offset A number of seconds relative to current time which
|
||||||
/// the new due time.
|
/// constitutes the new due time.
|
||||||
void setRelativeDue(const int offset);
|
void setRelativeDue(const int offset);
|
||||||
|
|
||||||
/// \brief Sets the timestamp of the last sent message to current time.
|
/// \brief Sets the timestamp of the last sent message to current time.
|
||||||
|
Reference in New Issue
Block a user