LGTM. Jérémie
On 18 September 2017 at 18:52, Jonathan Rajotte <[email protected]> wrote: > Signed-off-by: Jonathan Rajotte <[email protected]> > --- > src/bin/lttng-sessiond/main.c | 10 +++++++--- > 1 file changed, 7 insertions(+), 3 deletions(-) > > diff --git a/src/bin/lttng-sessiond/main.c b/src/bin/lttng-sessiond/main.c > index 216d0da6..a840e8de 100644 > --- a/src/bin/lttng-sessiond/main.c > +++ b/src/bin/lttng-sessiond/main.c > @@ -496,14 +496,18 @@ static int > init_thread_apps_notify_teardown_trigger_pipe(void) > } > > /* > - * Stop all threads by closing the thread quit pipe. > + * Stop first wave threads by closing the thread quit pipe. > + * - kernel thread > + * - client thread > + * - agent thread > + * - reg apps thread > */ > static void stop_threads(void) > { > int ret; > > - /* Stopping all threads */ > - DBG("Terminating all threads"); > + /* Stopping first wave threads */ > + DBG("Terminating first wave threads"); > ret = notify_thread_pipe(thread_quit_pipe[1]); > if (ret < 0) { > ERR("write error on thread quit pipe"); > -- > 2.11.0 > -- Jérémie Galarneau EfficiOS Inc. http://www.efficios.com _______________________________________________ lttng-dev mailing list [email protected] https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
