Treewide: use bool instead of _Bool
[collectd.git] / src / pinba.c
index 339988d..02bdcc2 100644 (file)
@@ -106,8 +106,8 @@ static pthread_mutex_t stat_nodes_lock;
 static char *conf_node = NULL;
 static char *conf_service = NULL;
 
-static _Bool collector_thread_running = 0;
-static _Bool collector_thread_do_shutdown = 0;
+static bool collector_thread_running = 0;
+static bool collector_thread_do_shutdown = 0;
 static pthread_t collector_thread_id;
 /* }}} */