X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng-sessiond%2Fsession.h;h=9d8bd32aa97f5e5877a91b2b6e5229447391ff2f;hp=2d077a4bc2e60e3d1cd871ae4d1bb60ac4595344;hb=2f2215907a630529cfa2f85d3d143c889e4fc021;hpb=464dd62d5617322366e321877b440951e00a0152 diff --git a/lttng-sessiond/session.h b/lttng-sessiond/session.h index 2d077a4bc..9d8bd32aa 100644 --- a/lttng-sessiond/session.h +++ b/lttng-sessiond/session.h @@ -68,6 +68,7 @@ struct ltt_session { pthread_mutex_t lock; struct cds_list_head list; int enabled; /* enabled/started flag */ + int uid; }; /* Prototypes */