Cleanup static declaration and move code around
[lttng-tools.git] / ltt-sessiond / session.h
index 16e6946a754dbd5bd80e98f28f601fa956b55413..25ac3fb90e002b284703fde6a7120640c9117aac 100644 (file)
@@ -28,6 +28,8 @@ struct ltt_session_list {
        struct cds_list_head head;
 };
 
+extern struct ltt_session_list ltt_session_list;
+
 /* ltt-session - This data structure contains information needed
  * to identify a tracing session for both LTTng and UST.
  */
@@ -40,7 +42,6 @@ struct ltt_session {
        unsigned int ust_trace_count;
        unsigned int kern_session_count;
        pid_t ust_consumer;
-       pid_t kernel_consumer;
 };
 
 /* Prototypes */
This page took 0.022676 seconds and 4 git commands to generate.