From: Jérémie Galarneau Date: Wed, 13 Dec 2017 23:24:50 +0000 (-0500) Subject: Docs: refer to apps_notify_thread instead of 'the other thread' X-Git-Tag: v2.11.0-rc1~412 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=c48239ca84a44d342de990288dbb5cc3e90b3a1d Docs: refer to apps_notify_thread instead of 'the other thread' Signed-off-by: Jérémie Galarneau --- diff --git a/src/bin/lttng-sessiond/ust-app.c b/src/bin/lttng-sessiond/ust-app.c index cb5ba6c48..60ff1be03 100644 --- a/src/bin/lttng-sessiond/ust-app.c +++ b/src/bin/lttng-sessiond/ust-app.c @@ -3577,8 +3577,8 @@ void ust_app_unregister(int sock) /* * Remove application from notify hash table. The thread handling the * notify socket could have deleted the node so ignore on error because - * either way it's valid. The close of that socket is handled by the other - * thread. + * either way it's valid. The close of that socket is handled by the + * apps_notify_thread. */ iter.iter.node = <a->notify_sock_n.node; (void) lttng_ht_del(ust_app_ht_by_notify_sock, &iter);