diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-05-18 18:10:25 +0200 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-05-18 18:10:25 +0200 |
commit | b5de682309589ddb230e04beaaa54d74f2fe70d5 (patch) | |
tree | 70c2557e7ad1605ef216a7cb6e1a5e8eb843a016 /plugins-root/check_icmp.d/config.h | |
parent | 8f08e7ab3ecc03ea38062fe4442668fbea30bb73 (diff) | |
download | monitoring-plugins-b5de682309589ddb230e04beaaa54d74f2fe70d5.tar.gz |
WIP - check_icmp refactor 8
Diffstat (limited to 'plugins-root/check_icmp.d/config.h')
-rw-r--r-- | plugins-root/check_icmp.d/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins-root/check_icmp.d/config.h b/plugins-root/check_icmp.d/config.h index aa33c991..8e9c96b2 100644 --- a/plugins-root/check_icmp.d/config.h +++ b/plugins-root/check_icmp.d/config.h | |||
@@ -63,7 +63,10 @@ typedef struct { | |||
63 | unsigned int pkt_interval; | 63 | unsigned int pkt_interval; |
64 | unsigned int target_interval; | 64 | unsigned int target_interval; |
65 | unsigned short number_of_packets; | 65 | unsigned short number_of_packets; |
66 | |||
66 | char *source_ip; | 67 | char *source_ip; |
68 | bool need_v4; | ||
69 | bool need_v6; | ||
67 | 70 | ||
68 | uint16_t sender_id; // PID of the main process, which is used as an ID in packets | 71 | uint16_t sender_id; // PID of the main process, which is used as an ID in packets |
69 | 72 | ||