X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Ftrace-kernel.h;h=f576e3a60c6dd76a63104dc4f8803911ec4538b9;hb=c0684a0d75e6ec2dba9fd8608140681bbebf39cc;hp=5502e42bdb4d8304186779eae182548a10574537;hpb=27babd3a0a164f71d4dc02884ef20099ddfc6755;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/trace-kernel.h b/src/bin/lttng-sessiond/trace-kernel.h index 5502e42bd..f576e3a60 100644 --- a/src/bin/lttng-sessiond/trace-kernel.h +++ b/src/bin/lttng-sessiond/trace-kernel.h @@ -109,11 +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; }; /*