Fix data pending for inflight streaming
[lttng-tools.git] / src / common / consumer.h
index e9927c7d46556150eab2520af8fdf01f72c77e6e..7f0d0cc2134596ecf9a4debe2303add43579016c 100644 (file)
@@ -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;
 };
 
 /*
This page took 0.02508 seconds and 5 git commands to generate.