Add trace listing feature
[lttng-tools.git] / ltt-sessiond / session.h
index 6bc7c47994f1d0e2df439a8dc87cf777fddbe274..00e8ef1e7b230e3ae2f62c97dfd6593c94f44c03 100644 (file)
@@ -35,9 +35,11 @@ struct ltt_session {
        struct cds_list_head list;
        uuid_t uuid;
        struct cds_list_head ust_traces;
-       struct cds_list_head lttng_traces;
+       struct cds_list_head kernel_traces;
+       unsigned int ust_trace_count;
+       unsigned int kern_trace_count;
        pid_t ust_consumer;
-       pid_t lttng_consumer;
+       pid_t kernel_consumer;
 };
 
 /* Prototypes */
This page took 0.023817 seconds and 5 git commands to generate.