From c728395826709ad0755df58f0ad22c5048bb3b68 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Fri, 17 Aug 2018 13:26:04 -0400 Subject: [PATCH] Docs: clarify the contents of channel_infos_ht MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- src/bin/lttng-sessiond/notification-thread-internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/lttng-sessiond/notification-thread-internal.h b/src/bin/lttng-sessiond/notification-thread-internal.h index 75d052b07..6284ba1fa 100644 --- a/src/bin/lttng-sessiond/notification-thread-internal.h +++ b/src/bin/lttng-sessiond/notification-thread-internal.h @@ -33,7 +33,7 @@ struct session_info { uid_t uid; gid_t gid; /* - * Back-ref (weak) to all channels in this session. + * Hashtable containing back-refs (weak) to all channels in this session. * The hashtable's key is a hash of (struct channel_key) and * the value is of type (struct channel_info *). */ -- 2.34.1