summaryrefslogtreecommitdiffstats
path: root/configd/src/apps/sentinel/cc-result.h
diff options
context:
space:
mode:
Diffstat (limited to 'configd/src/apps/sentinel/cc-result.h')
-rw-r--r--configd/src/apps/sentinel/cc-result.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/configd/src/apps/sentinel/cc-result.h b/configd/src/apps/sentinel/cc-result.h
new file mode 100644
index 00000000000..3468cf4324a
--- /dev/null
+++ b/configd/src/apps/sentinel/cc-result.h
@@ -0,0 +1,9 @@
+// Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+
+#pragma once
+
+namespace config::sentinel {
+
+enum class CcResult { UNKNOWN, CONN_FAIL, UNREACHABLE_UP, INDIRECT_PING_FAIL, INDIRECT_PING_UNAVAIL, ALL_OK };
+
+}