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

}