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