X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fconsumer.h;h=7f0d0cc2134596ecf9a4debe2303add43579016c;hb=f7079f6790ccfb78ec7115ccb5b1706f5c18ebfe;hp=e9927c7d46556150eab2520af8fdf01f72c77e6e;hpb=46e6455f9dbe3bbe9b39f9e7b55dde228f6e3dbd;p=lttng-tools.git diff --git a/src/common/consumer.h b/src/common/consumer.h index e9927c7d4..7f0d0cc21 100644 --- a/src/common/consumer.h +++ b/src/common/consumer.h @@ -187,8 +187,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; + /* Session id on both sides for the sockets. */ + uint64_t relayd_session_id; + uint64_t sessiond_session_id; }; /*