X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=lttng-sessiond%2Fsession.h;h=9d8bd32aa97f5e5877a91b2b6e5229447391ff2f;hb=a9bddc022723613ed5d2439127c493fa900acde1;hp=f6a9fff4de0a2351f004ca24fdea5ec409a0b3bc;hpb=322585731ced1adba36cddcb8bdd5d997d1b2e3e;p=lttng-tools.git diff --git a/lttng-sessiond/session.h b/lttng-sessiond/session.h index f6a9fff4d..9d8bd32aa 100644 --- a/lttng-sessiond/session.h +++ b/lttng-sessiond/session.h @@ -67,6 +67,8 @@ struct ltt_session { */ pthread_mutex_t lock; struct cds_list_head list; + int enabled; /* enabled/started flag */ + int uid; }; /* Prototypes */