From 6657149e7451a23a65cf0170e4458201454a8851 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 11 Nov 2013 10:02:32 -0500 Subject: [PATCH] Fix: comment not matching code Signed-off-by: Mathieu Desnoyers --- src/bin/lttng-sessiond/jul.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/bin/lttng-sessiond/jul.h b/src/bin/lttng-sessiond/jul.h index 1e32ea555..4aa0ef144 100644 --- a/src/bin/lttng-sessiond/jul.h +++ b/src/bin/lttng-sessiond/jul.h @@ -39,8 +39,9 @@ struct jul_register_msg { }; /* - * JUL application object created after a successful registration. This object - * is kept inside an UST app. + * JUL application object created after a successful registration. This + * object is linked to its associated UST app by their PID through hash + * table lookups. */ struct jul_app { /* -- 2.34.1