X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer.h;h=80bb46a830ab1f9b9649d4d4ecee9cf7a469ddb5;hp=a476dd5bf84fa5617df92ba603557e35b374f0ee;hb=c5b6f4f08fe8d1abff74c7f6ad3630b7dcf0669d;hpb=f50f23d9f80ed9fae7fe5c49aee65e813e0031c8 diff --git a/src/common/consumer.h b/src/common/consumer.h index a476dd5bf..80bb46a83 100644 --- a/src/common/consumer.h +++ b/src/common/consumer.h @@ -186,6 +186,9 @@ struct consumer_relayd_sock_pair { */ struct lttcomm_sock data_sock; struct lttng_ht_node_ulong node; + + /* Session id on the relayd side for the sockets. */ + uint64_t session_id; }; /*