mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 22:45:18 +00:00
[#1621] fixed doxygen
This commit is contained in:
@@ -152,8 +152,8 @@ public:
|
|||||||
return (action_ == OnFailAction::STOP_RETRY_EXIT);
|
return (action_ == OnFailAction::STOP_RETRY_EXIT);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// @brief Return true if the connection recovery mechanism should exit on
|
/// @brief Return true if the connection recovery mechanism should shut down
|
||||||
/// failure, false otherwise.
|
/// the server on failure, false otherwise.
|
||||||
bool exitOnFailure() {
|
bool exitOnFailure() {
|
||||||
return ((action_ == OnFailAction::STOP_RETRY_EXIT) ||
|
return ((action_ == OnFailAction::STOP_RETRY_EXIT) ||
|
||||||
(action_ == OnFailAction::SERVE_RETRY_EXIT));
|
(action_ == OnFailAction::SERVE_RETRY_EXIT));
|
||||||
|
Reference in New Issue
Block a user