X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fpinba.c;h=02bdcc2bb513e5e3f29160b3ccd99fb20958c027;hb=61a4ed99b1a5b6d371bb745933d0efc5dff9505c;hp=339988dfa457816bf92bfe2e2d0c48a82bbf8eb8;hpb=fc2993befd2d9d6d9392cf109f033d0d6f421436;p=collectd.git diff --git a/src/pinba.c b/src/pinba.c index 339988df..02bdcc2b 100644 --- a/src/pinba.c +++ b/src/pinba.c @@ -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; /* }}} */