From 950aab0c40f2e2c66aabe94a8b8a1b554b2b2c27 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 24 Aug 2011 16:07:36 -0400 Subject: [PATCH] update comment Signed-off-by: Mathieu Desnoyers --- libust/lttng-ust-comm.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libust/lttng-ust-comm.c b/libust/lttng-ust-comm.c index 657b5686..04a32676 100644 --- a/libust/lttng-ust-comm.c +++ b/libust/lttng-ust-comm.c @@ -52,6 +52,9 @@ static int lttng_ust_comm_should_quit; * daemon problems). */ static sem_t constructor_wait; +/* + * Doing this for both the global and local sessiond. + */ static int sem_count = { 2 }; /* -- 2.34.1