summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-03-13 15:18:23 +0100
committerGitHub <noreply@github.com>2025-03-13 15:18:23 +0100
commitaf6cfefaacbb15bf371e0d59383b54ff695d1529 (patch)
treef2a9f057e34f58da91a1e4d252a83deef895b8d1 /lib
parent02acc76edc5c646af90a6168df61c711aa3d11d6 (diff)
parentd2596feaa090c73353412d252cfb7938a9141f9b (diff)
downloadmonitoring-plugins-af6cfefaacbb15bf371e0d59383b54ff695d1529.tar.gz
Merge pull request #2108 from RincewindsHat/refactor/check_tcpHEADmaster
Refactor/check tcp
Diffstat (limited to 'lib')
-rw-r--r--lib/utils_tcp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/utils_tcp.h b/lib/utils_tcp.h
index d5999e9b..a7d83c59 100644
--- a/lib/utils_tcp.h
+++ b/lib/utils_tcp.h
@@ -11,6 +11,7 @@
11 * server. 11 * server.
12 */ 12 */
13enum np_match_result { 13enum np_match_result {
14 NP_MATCH_NONE,
14 NP_MATCH_FAILURE, 15 NP_MATCH_FAILURE,
15 NP_MATCH_SUCCESS, 16 NP_MATCH_SUCCESS,
16 NP_MATCH_RETRY 17 NP_MATCH_RETRY