From: Jérémie Galarneau Date: Fri, 17 Aug 2018 17:26:04 +0000 (-0400) Subject: Docs: clarify the contents of channel_infos_ht X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=c728395826709ad0755df58f0ad22c5048bb3b68 Docs: clarify the contents of channel_infos_ht Signed-off-by: Jérémie Galarneau --- 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 *). */