diff options
author | Lorenz Kästle <lorenz.kaestle@netways.de> | 2025-06-12 11:19:42 +0200 |
---|---|---|
committer | Lorenz Kästle <lorenz.kaestle@netways.de> | 2025-06-12 11:53:06 +0200 |
commit | f2c6ce08e3da320d044564352faedd78eb76f1a1 (patch) | |
tree | fa8a3ad21f7e85c2c6836689ecfd0600b7dfe399 /plugins/check_fping.d/config.h | |
parent | 7247fc656a1f475159b7879cc3c3b798e03c1a33 (diff) | |
download | monitoring-plugins-f2c6ce08e3da320d044564352faedd78eb76f1a1.tar.gz |
check_fping: small style improvement
Diffstat (limited to 'plugins/check_fping.d/config.h')
-rw-r--r-- | plugins/check_fping.d/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_fping.d/config.h b/plugins/check_fping.d/config.h index 6d28382a..d95e9ded 100644 --- a/plugins/check_fping.d/config.h +++ b/plugins/check_fping.d/config.h | |||
@@ -32,7 +32,7 @@ typedef struct { | |||
32 | 32 | ||
33 | // only available with fping version >= 5.2 | 33 | // only available with fping version >= 5.2 |
34 | // for a given uint _fwmark_ fping sets _fwmark_ as a firewall mark | 34 | // for a given uint _fwmark_ fping sets _fwmark_ as a firewall mark |
35 | // in the pakets | 35 | // in the packets |
36 | unsigned int fwmark; | 36 | unsigned int fwmark; |
37 | bool fwmark_set; | 37 | bool fwmark_set; |
38 | 38 | ||