X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_threshold.h;h=5955ca6ed79db1a124c33a46ea56e0f1e53e4860;hb=f1b5b8611d87a7904c31ae4b28ea47f11f3c38b9;hp=8aaf34c61af0175c18d3fa9f4ae3897d8b998e15;hpb=6c134837a38a566a6ad78225ef5e5c3cc9b7d832;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;