X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt-sessiond%2Fsession.h;h=fb271ea623997a28ac05a4a077e210802e3aa310;hb=b3c750d2ffae77322752a5b4f43bd4ddae3dfea6;hp=dad0cd9296a66bda15705fad50f614c7e96863b3;hpb=82a3637f639486c07ff937ab03e1e9532379d26a;p=lttng-tools.git diff --git a/ltt-sessiond/session.h b/ltt-sessiond/session.h index dad0cd929..fb271ea62 100644 --- a/ltt-sessiond/session.h +++ b/ltt-sessiond/session.h @@ -19,9 +19,12 @@ #ifndef _LTT_SESSION_H #define _LTT_SESSION_H -//#include +#include #include +#include "trace-kernel.h" +#include "trace-ust.h" + /* * Tracing session list * @@ -56,8 +59,7 @@ struct ltt_session { char *name; char *path; struct ltt_kernel_session *kernel_session; - struct cds_list_head ust_traces; - unsigned int ust_trace_count; + struct ltt_ust_session_list ust_session_list; /* * Protect any read/write on this session data structure. This lock must be * acquired *before* using any public functions declared below. Use