X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Ftrace-kernel.h;h=f576e3a60c6dd76a63104dc4f8803911ec4538b9;hb=c455d428591ca798da9f1e7c2aeb7db348d74853;hp=68301967a15f7cae616f85f24b42afc2c9f83fe7;hpb=d022620a4a3ce49862b49527c5e29d7ba6cce743;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/trace-kernel.h b/src/bin/lttng-sessiond/trace-kernel.h index 68301967a..f576e3a60 100644 --- a/src/bin/lttng-sessiond/trace-kernel.h +++ b/src/bin/lttng-sessiond/trace-kernel.h @@ -109,10 +109,12 @@ 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; + unsigned int has_non_default_channel; }; /*