From b22c5da8183071fe98110672b24d8a5ddfdd4511 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Thu, 20 Mar 2014 15:06:30 -0400 Subject: [PATCH] Fix: clarify sessiond ust app queue cmd comment Reported-by: Daniel Thibault Signed-off-by: David Goulet --- src/bin/lttng-sessiond/main.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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; -- 2.34.1