Map session id of relayd and sessiond in consumer
[lttng-tools.git] / src / common / sessiond-comm / sessiond-comm.h
index 4dd5731221e929f2f1e94984ce17826327797866..2cd1d5407ea06b09d9fbbf685e973e0a08e42b9d 100644 (file)
@@ -281,6 +281,8 @@ struct lttcomm_consumer_msg {
                        enum lttng_stream_type type;
                        /* Open socket to the relayd */
                        struct lttcomm_sock sock;
+                       /* Tracing session id associated to the relayd. */
+                       uint64_t session_id;
                } relayd_sock;
                struct {
                        uint64_t net_seq_idx;
This page took 0.022794 seconds and 4 git commands to generate.