X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fsession.h;h=d49cf430ac627379459911928f4dc40d63add329;hb=45893984238b2e2c12fc0d84b90336c98a6d98c9;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 */