Add the relayd create session command
[lttng-tools.git] / src / common / consumer.h
index a476dd5bf84fa5617df92ba603557e35b374f0ee..80bb46a830ab1f9b9649d4d4ecee9cf7a469ddb5 100644 (file)
@@ -186,6 +186,9 @@ struct consumer_relayd_sock_pair {
         */
        struct lttcomm_sock data_sock;
        struct lttng_ht_node_ulong node;
         */
        struct lttcomm_sock data_sock;
        struct lttng_ht_node_ulong node;
+
+       /* Session id on the relayd side for the sockets. */
+       uint64_t session_id;
 };
 
 /*
 };
 
 /*
This page took 0.022546 seconds and 4 git commands to generate.