X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fvirt.c;h=9f87d2c24b85c9cc03c638e72a837fbe3940d345;hp=caaf077ea0026b6ff24a8d0ef6da82fab1b28e85;hb=b59f84fe42dd6152bf1afe060554284c1f7f054f;hpb=14a7435a6f444613a05f6d1ae2625dfdd4b6d64f diff --git a/src/virt.c b/src/virt.c index caaf077e..9f87d2c2 100644 --- a/src/virt.c +++ b/src/virt.c @@ -1899,7 +1899,7 @@ static int virt_notif_thread_init(virt_notif_thread_t *thread_data) { */ thread_data->domain_event_cb_id = -1; pthread_mutex_lock(&thread_data->active_mutex); - thread_data->is_active = 0; + thread_data->is_active = false; pthread_mutex_unlock(&thread_data->active_mutex); return 0;