Adjust the relayd protocol on version check
[lttng-tools.git] / src / bin / lttng-sessiond / session.h
index 1b40373e925a8336ebc3359f914ab10204beedb1..a56473783fb7d5f8f93ef11f50a40f628eaf35e5 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,8 +84,11 @@ 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;
+       /* Procotol version to use with the relayd */
+       uint32_t major;
+       uint32_t minor;
 };
 
 /* Prototypes */
This page took 0.022842 seconds and 4 git commands to generate.