Fix: Enable event after start command
[lttng-tools.git] / src / bin / lttng-sessiond / session.h
index 1b40373e925a8336ebc3359f914ab10204beedb1..8a3504f43b925c5389a69682e57e9be2c735a46a 100644 (file)
@@ -85,6 +85,9 @@ struct ltt_session {
 
        /* 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.023388 seconds and 4 git commands to generate.