summaryrefslogtreecommitdiffstats
path: root/plugins-root/check_icmp.d
diff options
context:
space:
mode:
Diffstat (limited to 'plugins-root/check_icmp.d')
-rw-r--r--plugins-root/check_icmp.d/check_icmp_helpers.c1
-rw-r--r--plugins-root/check_icmp.d/config.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/plugins-root/check_icmp.d/check_icmp_helpers.c b/plugins-root/check_icmp.d/check_icmp_helpers.c
index 0be0f2dc..d56fbd8b 100644
--- a/plugins-root/check_icmp.d/check_icmp_helpers.c
+++ b/plugins-root/check_icmp.d/check_icmp_helpers.c
@@ -34,7 +34,6 @@ check_icmp_config check_icmp_config_init() {
34 34
35 .ttl = DEFAULT_TTL, 35 .ttl = DEFAULT_TTL,
36 .icmp_data_size = DEFAULT_PING_DATA_SIZE, 36 .icmp_data_size = DEFAULT_PING_DATA_SIZE,
37 .icmp_pkt_size = DEFAULT_PING_DATA_SIZE + ICMP_MINLEN,
38 .target_interval = 0, 37 .target_interval = 0,
39 .number_of_packets = DEFAULT_NUMBER_OF_PACKETS, 38 .number_of_packets = DEFAULT_NUMBER_OF_PACKETS,
40 39
diff --git a/plugins-root/check_icmp.d/config.h b/plugins-root/check_icmp.d/config.h
index 1568d6c3..ab578ba5 100644
--- a/plugins-root/check_icmp.d/config.h
+++ b/plugins-root/check_icmp.d/config.h
@@ -60,7 +60,6 @@ typedef struct {
60 60
61 unsigned long ttl; 61 unsigned long ttl;
62 unsigned short icmp_data_size; 62 unsigned short icmp_data_size;
63 unsigned short icmp_pkt_size;
64 time_t target_interval; 63 time_t target_interval;
65 unsigned short number_of_packets; 64 unsigned short number_of_packets;
66 65