X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Futils_threshold.h;h=5955ca6ed79db1a124c33a46ea56e0f1e53e4860;hb=853b3da5d4c6614d7db4093f57b1ca4f57b6c485;hp=8aaf34c61af0175c18d3fa9f4ae3897d8b998e15;hpb=4374305bd9523620d4291c9be5bfd81640f789a7;p=collectd.git diff --git a/src/utils_threshold.h b/src/utils_threshold.h index 8aaf34c6..5955ca6e 100644 --- a/src/utils_threshold.h +++ b/src/utils_threshold.h @@ -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;