X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Famqp.c;h=6d65bf838d274fc434c4196420aedb582eb5200c;hb=4e89060ceb1a14ec7f9abfe9caa6b0da7e76bd5c;hp=50711014f73363c18e7c6f85fb8c6b83592be042;hpb=f25d207699e013bb47c0083fe56b8358a98f6f4d;p=collectd.git diff --git a/src/amqp.c b/src/amqp.c index 50711014..6d65bf83 100644 --- a/src/amqp.c +++ b/src/amqp.c @@ -113,7 +113,7 @@ static const char *def_exchange = "amq.fanout"; static pthread_t *subscriber_threads = NULL; static size_t subscriber_threads_num = 0; -static bool subscriber_threads_running = 1; +static bool subscriber_threads_running = true; #define CONF(c, f) (((c)->f != NULL) ? (c)->f : def_##f)