configure: add '-Wredundant-decls' to warning flags
[lttng-tools.git] / src / bin / lttng-consumerd / lttng-consumerd.cpp
index 91617a11a061813b3ded9e40b3767f89dfa8a561..73238b4fb7171e36303a56cb36628a471c545a67 100644 (file)
@@ -502,7 +502,7 @@ int main(int argc, char **argv)
 
        /* Create thread to manage the client socket */
        ret = pthread_create(&health_thread, default_pthread_attr(),
-                       thread_manage_health, (void *) NULL);
+                       thread_manage_health_consumerd, (void *) NULL);
        if (ret) {
                errno = ret;
                PERROR("pthread_create health");
This page took 0.022655 seconds and 4 git commands to generate.