From: David Goulet Date: Thu, 20 Mar 2014 19:06:30 +0000 (-0400) Subject: Fix: clarify sessiond ust app queue cmd comment X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=b22c5da8183071fe98110672b24d8a5ddfdd4511 Fix: clarify sessiond ust app queue cmd comment Reported-by: Daniel Thibault Signed-off-by: David Goulet --- diff --git a/src/bin/lttng-sessiond/main.c b/src/bin/lttng-sessiond/main.c index 1a5eeb07e..2f90b3b30 100644 --- a/src/bin/lttng-sessiond/main.c +++ b/src/bin/lttng-sessiond/main.c @@ -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;