2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[#1621] fixed doxygen

This commit is contained in:
Razvan Becheriu
2021-03-26 08:37:59 +02:00
parent 9ed7ec4250
commit dd8b2472db

View File

@@ -152,8 +152,8 @@ public:
return (action_ == OnFailAction::STOP_RETRY_EXIT);
}
/// @brief Return true if the connection recovery mechanism should exit on
/// failure, false otherwise.
/// @brief Return true if the connection recovery mechanism should shut down
/// the server on failure, false otherwise.
bool exitOnFailure() {
return ((action_ == OnFailAction::STOP_RETRY_EXIT) ||
(action_ == OnFailAction::SERVE_RETRY_EXIT));