Map session id of relayd and sessiond in consumer
[lttng-tools.git] / src / common / kernel-consumer / kernel-consumer.c
index 40d0f71960fb6204019b508bd0ca1caffb4f838c..bc4f59716a18edf92d70f5b1de43430d7c011824 100644 (file)
@@ -117,7 +117,7 @@ int lttng_kconsumer_recv_cmd(struct lttng_consumer_local_data *ctx,
                /* Session daemon status message are handled in the following call. */
                ret = consumer_add_relayd_socket(msg.u.relayd_sock.net_index,
                                msg.u.relayd_sock.type, ctx, sock, consumer_sockpoll,
-                               &msg.u.relayd_sock.sock);
+                               &msg.u.relayd_sock.sock, msg.u.relayd_sock.session_id);
                goto end_nosignal;
        }
        case LTTNG_CONSUMER_ADD_CHANNEL:
This page took 0.022676 seconds and 4 git commands to generate.