Fix: Duplicate lttng-sessiond thread creation comments
[lttng-tools.git] / src / bin / lttng-sessiond / main.c
index 3bf91b0faf2a0bda9b8d8d56d57af19d61d32d87..71291f7c549096d74d3194990a92d1f14ed5f05b 100644 (file)
@@ -4787,7 +4787,7 @@ int main(int argc, char **argv)
                goto exit_health_sessiond_cleanup;
        }
 
-       /* Create thread to manage the client socket */
+       /* Create thread to clean up RCU hash tables */
        ret = pthread_create(&ht_cleanup_thread, NULL,
                        thread_ht_cleanup, (void *) NULL);
        if (ret != 0) {
@@ -4795,7 +4795,7 @@ int main(int argc, char **argv)
                goto exit_ht_cleanup;
        }
 
-       /* Create thread to manage the client socket */
+       /* Create health-check thread */
        ret = pthread_create(&health_thread, NULL,
                        thread_manage_health, (void *) NULL);
        if (ret != 0) {
This page took 0.024325 seconds and 4 git commands to generate.