Introduce the relayd socket object
[lttng-tools.git] / src / bin / lttng-sessiond / session.h
index 8a3504f43b925c5389a69682e57e9be2c735a46a..fd23ab05ed90bb422779446d7dd3961bc862f1da 100644 (file)
@@ -21,7 +21,8 @@
 #include <urcu/list.h>
 
 #include "trace-kernel.h"
-#include "trace-ust.h"
+
+struct ltt_ust_session;
 
 /*
  * Tracing session list
@@ -83,9 +84,6 @@ 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;
 };
This page took 0.025216 seconds and 4 git commands to generate.