diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-05-18 18:46:30 +0200 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-05-18 18:46:30 +0200 |
commit | d92bbaef8386e77c00ecdeab9fc722fa4b9106b0 (patch) | |
tree | d088503ba895da98cbf8558fa1b95951984ed59b /plugins-root/check_icmp.d/config.h | |
parent | b5de682309589ddb230e04beaaa54d74f2fe70d5 (diff) | |
download | monitoring-plugins-d92bbaef8386e77c00ecdeab9fc722fa4b9106b0.tar.gz |
Some more fixes
Diffstat (limited to 'plugins-root/check_icmp.d/config.h')
-rw-r--r-- | plugins-root/check_icmp.d/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins-root/check_icmp.d/config.h b/plugins-root/check_icmp.d/config.h index 8e9c96b2..97be7fc1 100644 --- a/plugins-root/check_icmp.d/config.h +++ b/plugins-root/check_icmp.d/config.h | |||
@@ -60,8 +60,8 @@ typedef struct { | |||
60 | unsigned long ttl; | 60 | unsigned long ttl; |
61 | unsigned short icmp_data_size; | 61 | unsigned short icmp_data_size; |
62 | unsigned short icmp_pkt_size; | 62 | unsigned short icmp_pkt_size; |
63 | unsigned int pkt_interval; | 63 | time_t pkt_interval; |
64 | unsigned int target_interval; | 64 | time_t target_interval; |
65 | unsigned short number_of_packets; | 65 | unsigned short number_of_packets; |
66 | 66 | ||
67 | char *source_ip; | 67 | char *source_ip; |