From mboxrd@z Thu Jan 1 00:00:00 1970 From: dgoulet@efficios.com (David Goulet) Date: Mon, 11 Nov 2013 15:56:23 -0500 Subject: [lttng-dev] [PATCH lttng-tools] Fix: Duplicate lttng-sessiond thread creation comments In-Reply-To: <1384203204-30368-1-git-send-email-jeremie.galarneau@efficios.com> References: <1384203204-30368-1-git-send-email-jeremie.galarneau@efficios.com> Message-ID: <20131111205623.GC25744@thessa> Merged On 11 Nov (15:53:24), J?r?mie Galarneau wrote: > Signed-off-by: J?r?mie Galarneau > --- > src/bin/lttng-sessiond/main.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/bin/lttng-sessiond/main.c b/src/bin/lttng-sessiond/main.c > index 3bf91b0..71291f7 100644 > --- a/src/bin/lttng-sessiond/main.c > +++ b/src/bin/lttng-sessiond/main.c > @@ -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) { > -- > 1.8.4.2 > > > _______________________________________________ > lttng-dev mailing list > lttng-dev at lists.lttng.org > http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 620 bytes Desc: Digital signature URL: