Docs: refer to apps_notify_thread instead of 'the other thread'
[lttng-tools.git] / 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.023322 seconds and 4 git commands to generate.