X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fdaemon%2Futils_complain.h;h=0ddb7bfd529ab006363cec127e6dd4740f114d52;hp=46d3a1987555bd64fe1f10fa7da5c7c907766d8b;hb=61a4ed99b1a5b6d371bb745933d0efc5dff9505c;hpb=b34cd94ec5b8b46fb0610c020c49f20e6d3980a8 diff --git a/src/daemon/utils_complain.h b/src/daemon/utils_complain.h index 46d3a198..0ddb7bfd 100644 --- a/src/daemon/utils_complain.h +++ b/src/daemon/utils_complain.h @@ -39,7 +39,7 @@ typedef struct { * 0 indicates that the complaint is no longer valid. */ cdtime_t interval; - _Bool complained_once; + bool complained_once; } c_complain_t; #define C_COMPLAIN_INIT_STATIC \