From: Mathieu Desnoyers Date: Thu, 18 Jul 2013 02:02:02 +0000 (-0400) Subject: Documentation: fix thread quit pipe comment X-Git-Tag: v2.3.0-rc1~2 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=4e449f3fadb17b6dc1b900f001587684317b72d6;hp=6ed497142ebad501c6c6ec277a0b60db22ccaef3;p=lttng-tools.git Documentation: fix thread quit pipe comment Signed-off-by: Mathieu Desnoyers --- diff --git a/src/bin/lttng-sessiond/main.c b/src/bin/lttng-sessiond/main.c index bfc8a389b..2929bba0d 100644 --- a/src/bin/lttng-sessiond/main.c +++ b/src/bin/lttng-sessiond/main.c @@ -446,7 +446,10 @@ static void cleanup(void) DBG("Cleaning up"); - /* First thing first, stop all threads */ + /* + * Close the thread quit pipe. It has already done its job, + * since we are now called. + */ utils_close_pipe(thread_quit_pipe); /*