Build a list of triggers applying to a given session on creation
[lttng-tools.git] / src / bin / lttng-sessiond / notification-thread-internal.h
index b135f128c6a894fb75cfef5e7acf077ad0e6a2e1..75d052b07122ce9af15ff29fb751267298bbaee5 100644 (file)
@@ -38,6 +38,7 @@ struct session_info {
         * 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.023466 seconds and 4 git commands to generate.