Fix: Duplicate lttng-sessiond thread creation comments
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 11 Nov 2013 20:53:24 +0000 (15:53 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Mon, 11 Nov 2013 20:56:05 +0000 (15:56 -0500)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
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.028988 seconds and 5 git commands to generate.