X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Ftrace-kernel.h;h=f576e3a60c6dd76a63104dc4f8803911ec4538b9;hb=14fb1ebe1000da2c3ccca45e7e97ad6637947cfe;hp=934aaffe89f5174015a3fe4d9637eeeabbd818bc;hpb=8382cf6f76c29b0451b7fe986c6b882d6029ca47;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/trace-kernel.h b/src/bin/lttng-sessiond/trace-kernel.h index 934aaffe8..f576e3a60 100644 --- a/src/bin/lttng-sessiond/trace-kernel.h +++ b/src/bin/lttng-sessiond/trace-kernel.h @@ -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;