Docs: clarify the contents of channel_infos_ht
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 17 Aug 2018 17:26:04 +0000 (13:26 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 24 Aug 2018 01:15:03 +0000 (21:15 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/notification-thread-internal.h

index 75d052b07122ce9af15ff29fb751267298bbaee5..6284ba1fa522f8b4c58f3ae8cb02bb2b6cf35abb 100644 (file)
@@ -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 *).
         */
This page took 0.025128 seconds and 4 git commands to generate.