summaryrefslogtreecommitdiffstats
path: root/lib/perfdata.h
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2026-03-27 11:14:20 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2026-03-27 11:14:20 +0100
commit1113bbcd92d85b85579aa7feef511241e58fb0f5 (patch)
treed69b7bcfe2f7e80fda9a1f4ddd38209d6cb7aaf0 /lib/perfdata.h
parent99283972fe3a74d3a1dea12c4099f76286130a67 (diff)
parenta71ce153082565e5728424749475593dc0623492 (diff)
downloadmonitoring-plugins-1113bbcd92d85b85579aa7feef511241e58fb0f5.tar.gz
merged with mastercheck_snmp_fixes
Diffstat (limited to 'lib/perfdata.h')
-rw-r--r--lib/perfdata.h3
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
113typedef enum { 113typedef 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,