X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fsessiond-comm%2Fsessiond-comm.h;h=2cd1d5407ea06b09d9fbbf685e973e0a08e42b9d;hp=4dd5731221e929f2f1e94984ce17826327797866;hb=46e6455f9dbe3bbe9b39f9e7b55dde228f6e3dbd;hpb=c5b6f4f08fe8d1abff74c7f6ad3630b7dcf0669d diff --git a/src/common/sessiond-comm/sessiond-comm.h b/src/common/sessiond-comm/sessiond-comm.h index 4dd573122..2cd1d5407 100644 --- a/src/common/sessiond-comm/sessiond-comm.h +++ b/src/common/sessiond-comm/sessiond-comm.h @@ -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;