diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-05-16 09:07:35 +0200 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-05-16 12:46:56 +0200 |
commit | 6b86583e0d3db92cc5e87af97f4d204bc0e797f3 (patch) | |
tree | 7d92772168f9e188cf8832cead64be6971da1afc /plugins-root/check_icmp.d/check_icmp_helpers.h | |
parent | 9ebde5eb09dbf4b869ffd6f501d007b9b264e1a9 (diff) | |
download | monitoring-plugins-6b86583e0d3db92cc5e87af97f4d204bc0e797f3.tar.gz |
WIP - check_icmp refactor 5
Diffstat (limited to 'plugins-root/check_icmp.d/check_icmp_helpers.h')
-rw-r--r-- | plugins-root/check_icmp.d/check_icmp_helpers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins-root/check_icmp.d/check_icmp_helpers.h b/plugins-root/check_icmp.d/check_icmp_helpers.h index 7e8a4d9f..3e798f72 100644 --- a/plugins-root/check_icmp.d/check_icmp_helpers.h +++ b/plugins-root/check_icmp.d/check_icmp_helpers.h | |||
@@ -68,9 +68,9 @@ check_icmp_state check_icmp_state_init(); | |||
68 | typedef struct { | 68 | typedef struct { |
69 | int errorcode; | 69 | int errorcode; |
70 | ping_target host; | 70 | ping_target host; |
71 | } rta_host_create_wrapper; | 71 | } ping_target_create_wrapper; |
72 | 72 | ||
73 | rta_host_create_wrapper rta_host_create(char *name, struct sockaddr_storage *address); | 73 | ping_target_create_wrapper ping_target_create(char *name, struct sockaddr_storage *address); |
74 | unsigned int ping_target_list_append(ping_target *list, ping_target *elem); | 74 | unsigned int ping_target_list_append(ping_target *list, ping_target *elem); |
75 | 75 | ||
76 | void check_icmp_timeout_handler(int, siginfo_t *, void *); | 76 | void check_icmp_timeout_handler(int, siginfo_t *, void *); |