summaryrefslogtreecommitdiffstats
path: root/configd/src/apps/sentinel/CMakeLists.txt
diff options
context:
space:
mode:
authorArne Juul <arnej@verizonmedia.com>2021-06-01 14:42:21 +0000
committerArne Juul <arnej@verizonmedia.com>2021-06-02 07:38:26 +0000
commit63eadd1f540bfbfc21c4515e95d9fa533589eced (patch)
tree5da9d45cad12eb4acc038ca42be8ae73eec6232c /configd/src/apps/sentinel/CMakeLists.txt
parentc3d3fc8e7aedba5fb5330692ae866bbb2906ecdc (diff)
perform outward connectivity check
* does not abort startup yet, just logs results from check * but requires self-connectivity now
Diffstat (limited to 'configd/src/apps/sentinel/CMakeLists.txt')
-rw-r--r--configd/src/apps/sentinel/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/configd/src/apps/sentinel/CMakeLists.txt b/configd/src/apps/sentinel/CMakeLists.txt
index d67a41f2a75..e77abc19077 100644
--- a/configd/src/apps/sentinel/CMakeLists.txt
+++ b/configd/src/apps/sentinel/CMakeLists.txt
@@ -9,6 +9,7 @@ vespa_add_executable(configd_config-sentinel_app
manager.cpp
metrics.cpp
output-connection.cpp
+ outward-check.cpp
peer-check.cpp
rpchooks.cpp
rpcserver.cpp