summaryrefslogtreecommitdiffstats
path: root/lib/perfdata.h
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-09-01 11:27:49 +0200
committerLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-09-01 11:57:36 +0200
commit28bb2fa0a499b46e279244990b8268c1ed8823bc (patch)
tree06b9ab4d0773f8011f8e263db1111b2c873bf98f /lib/perfdata.h
parent888cd29202df5b99d4cd7834b11b030f2c39859f (diff)
downloadmonitoring-plugins-28bb2fa0a499b46e279244990b8268c1ed8823bc.tar.gz
lib/utils_base.c: small refactoring
Diffstat (limited to 'lib/perfdata.h')
-rw-r--r--lib/perfdata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/perfdata.h b/lib/perfdata.h
index 7fd908a9..c5d4a61d 100644
--- a/lib/perfdata.h
+++ b/lib/perfdata.h
@@ -45,7 +45,7 @@ typedef struct range_struct {
45 double start; 45 double start;
46 bool start_infinity; 46 bool start_infinity;
47 double end; 47 double end;
48 int end_infinity; 48 bool end_infinity;
49 int alert_on; /* OUTSIDE (default) or INSIDE */ 49 int alert_on; /* OUTSIDE (default) or INSIDE */
50 char *text; /* original unparsed text input */ 50 char *text; /* original unparsed text input */
51} range; 51} range;