X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fsession.h;h=d49cf430ac627379459911928f4dc40d63add329;hb=785d2d0dc3aec3a4e44fcf677155dd07e8e4cc1f;hp=1b40373e925a8336ebc3359f914ab10204beedb1;hpb=2f77fc4b3720dc8f75847130498c2d4aad7c03ec;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/session.h b/src/bin/lttng-sessiond/session.h index 1b40373e9..d49cf430a 100644 --- a/src/bin/lttng-sessiond/session.h +++ b/src/bin/lttng-sessiond/session.h @@ -83,8 +83,8 @@ struct ltt_session { */ struct consumer_output *consumer; - /* Indicates whether or not we have to spawn consumer(s) */ - unsigned int start_consumer; + /* Did a start command occured before the kern/ust session creation? */ + unsigned int started; }; /* Prototypes */