Rename kernel and ust trace variable for clarity
[lttng-tools.git] / src / bin / lttng-sessiond / trace-kernel.h
index 934aaffe89f5174015a3fe4d9637eeeabbd818bc..f576e3a60c6dd76a63104dc4f8803911ec4538b9 100644 (file)
@@ -109,8 +109,8 @@ struct ltt_kernel_session {
        struct consumer_output *tmp_consumer;
        /* Tracing session id */
        uint64_t id;
-       /* Session is started and active */
-       unsigned int started;
+       /* Session is active or not meaning it has been started or stopped. */
+       unsigned int active:1;
        /* Tell or not if the session has to output the traces. */
        unsigned int output_traces;
        unsigned int snapshot_mode;
This page took 0.025817 seconds and 5 git commands to generate.