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

}