Deprecate enable/disable-consumer
[lttng-tools.git] / src / bin / lttng-sessiond / session.h
index 1b40373e925a8336ebc3359f914ab10204beedb1..d49cf430ac627379459911928f4dc40d63add329 100644 (file)
@@ -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 */
This page took 0.023046 seconds and 4 git commands to generate.