Docs: clarify the contents of channel_infos_ht
[lttng-tools.git] / src / bin / lttng-sessiond / notification-thread-internal.h
index b135f128c6a894fb75cfef5e7acf077ad0e6a2e1..6284ba1fa522f8b4c58f3ae8cb02bb2b6cf35abb 100644 (file)
@@ -33,11 +33,12 @@ 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 *).
         */
        struct cds_lfht *channel_infos_ht;
+       struct lttng_session_trigger_list *trigger_list;
        /* Node in the notification thread state's sessions_ht. */
        struct cds_lfht_node sessions_ht_node;
        uint64_t consumed_data_size;
This page took 0.02456 seconds and 5 git commands to generate.