Add the relayd create session command
[lttng-tools.git] / src / bin / lttng-relayd / lttng-relayd.h
index f231f0f6c0b85b172a56ba0c9d2d0cde15481fa7..2a442b0952cbb4b14870434a78f0f0aa3253c105 100644 (file)
@@ -42,7 +42,6 @@ enum connection_type {
 struct relay_session {
        uint64_t id;
        struct lttcomm_sock *sock;
-       unsigned int version_check_done:1;
 };
 
 /*
@@ -72,6 +71,7 @@ struct relay_command {
        struct lttng_ht_node_ulong sock_n;
        struct rcu_head rcu_node;
        enum connection_type type;
+       unsigned int version_check_done:1;
 };
 
 #endif /* LTTNG_RELAYD_H */
This page took 0.068919 seconds and 4 git commands to generate.