Docs: refer to apps_notify_thread instead of 'the other thread'
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 13 Dec 2017 23:24:50 +0000 (18:24 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 13 Dec 2017 23:25:54 +0000 (18:25 -0500)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/ust-app.c

index cb5ba6c485ec33ec1dafe5366dba5b0a1792d8c0..60ff1be03b194eee686aa391e73615039988b3ab 100644 (file)
@@ -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 = &lta->notify_sock_n.node;
        (void) lttng_ht_del(ust_app_ht_by_notify_sock, &iter);
This page took 0.028011 seconds and 4 git commands to generate.