Rename kernel and ust trace variable for clarity
[lttng-tools.git] / src / bin / lttng-sessiond / trace-ust.h
index 6a41f0f9fbcdf6994c9807d153e37051b513bcdc..bac5c328bf4f9169256d413723f0083144a6fc88 100644 (file)
@@ -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
This page took 0.024605 seconds and 5 git commands to generate.