Rename liblttngctl.h to lttng.h
[lttng-tools.git] / ltt-sessiond / session.h
index 6bc7c47994f1d0e2df439a8dc87cf777fddbe274..4f58e9d9f77210b83c5622f72073673d10aa0454 100644 (file)
@@ -19,7 +19,7 @@
 #ifndef _LTT_SESSION_H
 #define _LTT_SESSION_H
 
-#include <lttng/liblttngctl.h>
+#include <lttng/lttng.h>
 #include <uuid/uuid.h>
 
 /* Global session list */
@@ -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.023554 seconds and 4 git commands to generate.