X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=ltt-sessiond%2Fsession.h;h=25ac3fb90e002b284703fde6a7120640c9117aac;hp=16e6946a754dbd5bd80e98f28f601fa956b55413;hb=333f285e479a22c99122aa92b988b10c597551e4;hpb=8c0faa1d8372c06087498985643ec9d2619d785b 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 */