Build a list of triggers applying to a given session on creation
[lttng-tools.git] / src / bin / lttng-sessiond / notification-thread-internal.h
index 8149e2c2116a1ab0dd4cfc4581809c468872cdfa..75d052b07122ce9af15ff29fb751267298bbaee5 100644 (file)
@@ -38,8 +38,10 @@ 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;
 };
 
 struct channel_info {
This page took 0.024677 seconds and 5 git commands to generate.