X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=ltt-sessiond%2Fsession.h;h=25ac3fb90e002b284703fde6a7120640c9117aac;hp=16e6946a754dbd5bd80e98f28f601fa956b55413;hb=1d4b027abdef2dc52b41b05ec56c5046c5000c4c;hpb=9e78d6ae219789dee9c96f35f190d6166ef389c3 diff --git a/ltt-sessiond/session.h b/ltt-sessiond/session.h index 16e6946a7..25ac3fb90 100644 --- a/ltt-sessiond/session.h +++ b/ltt-sessiond/session.h @@ -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 */