X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=ltt-sessiond%2Fsession.h;fp=ltt-sessiond%2Fsession.h;h=fb271ea623997a28ac05a4a077e210802e3aa310;hp=fa1d064b6b4e4bbab83f75d048946b8f423d8d22;hb=0177d773712c6d6b11e395708ae2cc686d6917a4;hpb=ef805c1d5319ddce9777a7b78cbbaf595a7981e2 diff --git a/ltt-sessiond/session.h b/ltt-sessiond/session.h index fa1d064b6..fb271ea62 100644 --- a/ltt-sessiond/session.h +++ b/ltt-sessiond/session.h @@ -59,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