Code

src/utils_{cache,threshold}.c: Fix the concept of failed and missing values.
[collectd.git] / src / utils_cache.h
index d6a56ab4659a2e7a5205f2ac0f1243537975f59b..51d9c031385d026da27203bb8d12b7c4c40c928a 100644 (file)
 
 #include "plugin.h"
 
-#define STATE_OKAY    0
-#define STATE_WARNING 1
-#define STATE_ERROR   2
+#define STATE_OKAY     0
+#define STATE_WARNING  1
+#define STATE_ERROR    2
+#define STATE_MISSING 15
 
 int uc_init (void);
 int uc_check_timeout (void);