src/utils_threshold.[ch]: Use "cf_util_get_flag" for config handling.
[collectd.git] / src / utils_threshold.h
index 8aaf34c..5955ca6 100644 (file)
@@ -39,7 +39,7 @@ typedef struct threshold_s
   gauge_t failure_min;
   gauge_t failure_max;
   gauge_t hysteresis;
-  int flags;
+  unsigned int flags;
   int hits;
   struct threshold_s *next;
 } threshold_t;