diff options
| author | Andreas Baumann <mail@andreasbaumann.cc> | 2026-03-27 11:14:20 +0100 |
|---|---|---|
| committer | Andreas Baumann <mail@andreasbaumann.cc> | 2026-03-27 11:14:20 +0100 |
| commit | 1113bbcd92d85b85579aa7feef511241e58fb0f5 (patch) | |
| tree | d69b7bcfe2f7e80fda9a1f4ddd38209d6cb7aaf0 /lib/perfdata.h | |
| parent | 99283972fe3a74d3a1dea12c4099f76286130a67 (diff) | |
| parent | a71ce153082565e5728424749475593dc0623492 (diff) | |
| download | monitoring-plugins-1113bbcd92d85b85579aa7feef511241e58fb0f5.tar.gz | |
merged with mastercheck_snmp_fixes
Diffstat (limited to 'lib/perfdata.h')
| -rw-r--r-- | lib/perfdata.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/perfdata.h b/lib/perfdata.h index e51ef5fd..d7e5670a 100644 --- a/lib/perfdata.h +++ b/lib/perfdata.h | |||
| @@ -111,7 +111,8 @@ mp_range mp_range_set_end(mp_range, mp_perfdata_value); | |||
| 111 | */ | 111 | */ |
| 112 | 112 | ||
| 113 | typedef enum { | 113 | typedef enum { |
| 114 | MP_PARSING_SUCCES = 0, | 114 | MP_PARSING_SUCCESS = 0, |
| 115 | MP_PARSING_SUCCES = MP_PARSING_SUCCESS, | ||
| 115 | MP_PARSING_FAILURE, | 116 | MP_PARSING_FAILURE, |
| 116 | MP_RANGE_PARSING_FAILURE, | 117 | MP_RANGE_PARSING_FAILURE, |
| 117 | MP_RANGE_PARSING_UNDERFLOW, | 118 | MP_RANGE_PARSING_UNDERFLOW, |
