diff options
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 | ||
