summaryrefslogtreecommitdiffstats
path: root/configd/src/apps/sentinel/outward-check.h
diff options
context:
space:
mode:
authorArne Juul <arnej@verizonmedia.com>2021-06-09 07:25:12 +0000
committerArne Juul <arnej@verizonmedia.com>2021-06-09 07:39:53 +0000
commit3a306bba7b1871ae64a582991da77d24390b8a36 (patch)
tree84d774c4afba09cb5c43d4b39e140fb57f231c6f /configd/src/apps/sentinel/outward-check.h
parent8d76a69b1b0f70e10fbfdde4e2b9e1ab442632e6 (diff)
rename enums, used for more than just reverse ping
Diffstat (limited to 'configd/src/apps/sentinel/outward-check.h')
-rw-r--r--configd/src/apps/sentinel/outward-check.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/configd/src/apps/sentinel/outward-check.h b/configd/src/apps/sentinel/outward-check.h
index d8803e22a02..904cfc9a271 100644
--- a/configd/src/apps/sentinel/outward-check.h
+++ b/configd/src/apps/sentinel/outward-check.h
@@ -27,7 +27,7 @@ struct OutwardCheckContext {
~OutwardCheckContext();
};
-enum class CcResult { UNKNOWN, AFFIRMED_DOWN, CONN_FAIL, UNREACHABLE_UP, REVERSE_FAIL, REVERSE_UNAVAIL, ALL_OK };
+enum class CcResult { UNKNOWN, AFFIRMED_DOWN, CONN_FAIL, UNREACHABLE_UP, REMOTE_PING_FAIL, REMOTE_PING_UNAVAIL, ALL_OK };
class OutwardCheck : public FRT_IRequestWait {
private: