X-Git-Url: http://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Ftrace-ust.h;h=bac5c328bf4f9169256d413723f0083144a6fc88;hp=6a41f0f9fbcdf6994c9807d153e37051b513bcdc;hb=14fb1ebe1000da2c3ccca45e7e97ad6637947cfe;hpb=8382cf6f76c29b0451b7fe986c6b882d6029ca47 diff --git a/src/bin/lttng-sessiond/trace-ust.h b/src/bin/lttng-sessiond/trace-ust.h index 6a41f0f9f..bac5c328b 100644 --- a/src/bin/lttng-sessiond/trace-ust.h +++ b/src/bin/lttng-sessiond/trace-ust.h @@ -77,12 +77,13 @@ struct ltt_ust_domain_global { /* UST session */ struct ltt_ust_session { uint64_t id; /* Unique identifier of session */ - int start_trace; struct ltt_ust_domain_global domain_global; struct jul_domain domain_jul; /* UID/GID of the user owning the session */ uid_t uid; gid_t gid; + /* Is the session active meaning has is been started or stopped. */ + unsigned int active:1; /* * Two consumer_output object are needed where one is for the current * output object and the second one is the temporary object used to store