X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fpinba.c;h=02bdcc2bb513e5e3f29160b3ccd99fb20958c027;hp=339988dfa457816bf92bfe2e2d0c48a82bbf8eb8;hb=61a4ed99b1a5b6d371bb745933d0efc5dff9505c;hpb=b34cd94ec5b8b46fb0610c020c49f20e6d3980a8 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; /* }}} */