diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-05-18 00:20:36 +0200 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-05-18 00:20:36 +0200 |
commit | fbcd11acb7ae098db28a778c84756a49b36f83ef (patch) | |
tree | 3b56576b80ba1f78d040bf01a38cceaeca5817e5 /plugins-root/check_icmp.d/check_icmp_helpers.h | |
parent | a01d522c4cac11eb31510758d42fe744eb21471d (diff) | |
download | monitoring-plugins-fbcd11acb7ae098db28a778c84756a49b36f83ef.tar.gz |
Clang-format
Diffstat (limited to 'plugins-root/check_icmp.d/check_icmp_helpers.h')
-rw-r--r-- | plugins-root/check_icmp.d/check_icmp_helpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-root/check_icmp.d/check_icmp_helpers.h b/plugins-root/check_icmp.d/check_icmp_helpers.h index 68c39b4a..5f771635 100644 --- a/plugins-root/check_icmp.d/check_icmp_helpers.h +++ b/plugins-root/check_icmp.d/check_icmp_helpers.h | |||
@@ -15,7 +15,7 @@ typedef struct rta_host { | |||
15 | char *msg; /* icmp error message, if any */ | 15 | char *msg; /* icmp error message, if any */ |
16 | struct sockaddr_storage saddr_in; /* the address of this host */ | 16 | struct sockaddr_storage saddr_in; /* the address of this host */ |
17 | struct sockaddr_storage error_addr; /* stores address of error replies */ | 17 | struct sockaddr_storage error_addr; /* stores address of error replies */ |
18 | time_t time_waited; /* total time waited, in usecs */ | 18 | time_t time_waited; /* total time waited, in usecs */ |
19 | unsigned int icmp_sent, icmp_recv, icmp_lost; /* counters */ | 19 | unsigned int icmp_sent, icmp_recv, icmp_lost; /* counters */ |
20 | unsigned char icmp_type, icmp_code; /* type and code from errors */ | 20 | unsigned char icmp_type, icmp_code; /* type and code from errors */ |
21 | unsigned short flags; /* control/status flags */ | 21 | unsigned short flags; /* control/status flags */ |