aboutsummaryrefslogtreecommitdiffstats
path: root/configd/src/apps/sentinel/cc-result.h
blob: 8fba446de492032e13bc2e291d3998568794bca5 (plain) (blame)
1
2
3
4
5
6
7
8
9
// Copyright Yahoo. 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 };

}