X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcgroups.c;h=103e70f6cb2b024fd50ef5a41da75b45b0b44a7e;hb=61a4ed99b1a5b6d371bb745933d0efc5dff9505c;hp=4f34b3a9a7751084c4fcee15b4e9046889b8eeed;hpb=084761bb8a360ac0f9e21ad43c82312676cc4a37;p=collectd.git diff --git a/src/cgroups.c b/src/cgroups.c index 4f34b3a9..103e70f6 100644 --- a/src/cgroups.c +++ b/src/cgroups.c @@ -181,7 +181,7 @@ static int cgroups_config(const char *key, const char *value) { static int cgroups_read(void) { cu_mount_t *mnt_list = NULL; - _Bool cgroup_found = 0; + bool cgroup_found = 0; if (cu_mount_getlist(&mnt_list) == NULL) { ERROR("cgroups plugin: cu_mount_getlist failed.");