summaryrefslogtreecommitdiffstats
path: root/lib/thresholds.h
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-09-12 16:36:48 +0200
committerLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-09-12 16:36:48 +0200
commitaaff3aa9da27ff7666d2a776d524c784b76eb3d7 (patch)
tree59be2660f3ea0d70a5f83d4008d93b85cc1b73ab /lib/thresholds.h
parent9c2ae47d4494c524f3889722fba0cb5619c1e053 (diff)
downloadmonitoring-plugins-aaff3aa9da27ff7666d2a776d524c784b76eb3d7.tar.gz
lib: some formatting + remove some unnecessary stuff
Diffstat (limited to 'lib/thresholds.h')
-rw-r--r--lib/thresholds.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/thresholds.h b/lib/thresholds.h
index 5f9f9247..f8647681 100644
--- a/lib/thresholds.h
+++ b/lib/thresholds.h
@@ -6,12 +6,12 @@
6/* 6/*
7 * Old threshold type using the old range type 7 * Old threshold type using the old range type
8 */ 8 */
9typedef struct thresholds_struct { 9typedef struct {
10 range *warning; 10 range *warning;
11 range *critical; 11 range *critical;
12} thresholds; 12} thresholds;
13 13
14typedef struct mp_thresholds_struct { 14typedef struct {
15 bool warning_is_set; 15 bool warning_is_set;
16 mp_range warning; 16 mp_range warning;
17 bool critical_is_set; 17 bool critical_is_set;