X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng-sessiond%2Fsession.h;h=9d8bd32aa97f5e5877a91b2b6e5229447391ff2f;hp=2d077a4bc2e60e3d1cd871ae4d1bb60ac4595344;hb=44e96653751b3d75c823abc6275d8e732738c789;hpb=b09f0429fe3d8f7f8811abd05b576a35c25de76a 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 */