Fix: clarify sessiond ust app queue cmd comment
authorDavid Goulet <dgoulet@efficios.com>
Thu, 20 Mar 2014 19:06:30 +0000 (15:06 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Thu, 20 Mar 2014 19:09:52 +0000 (15:09 -0400)
Reported-by: Daniel Thibault <Daniel.Thibault@drdc-rddc.gc.ca>
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-sessiond/main.c

index 1a5eeb07e01dce2b1fcd22fdbb11f9b639b99ff6..2f90b3b30fcd132ce4e9c6597b33dffbed1b03d2 100644 (file)
@@ -205,8 +205,10 @@ static pthread_t jul_reg_thread;
  * UST registration command queue. This queue is tied with a futex and uses a N
  * wakers / 1 waiter implemented and detailed in futex.c/.h
  *
- * The thread_manage_apps and thread_dispatch_ust_registration interact with
- * this queue and the wait/wake scheme.
+ * The thread_registration_apps and thread_dispatch_ust_registration uses this
+ * queue along with the wait/wake scheme. The thread_manage_apps receives down
+ * the line new application socket and monitors it for any I/O error or clean
+ * close that triggers an unregistration of the application.
  */
 static struct ust_cmd_queue ust_cmd_queue;
 
This page took 0.028917 seconds and 4 git commands to generate.