Map session id of relayd and sessiond in consumer
[lttng-tools.git] / src / common / ust-consumer / ust-consumer.c
index c0999b613b496446c3c0de472af7f76cad6085d1..b49f59cb061049f45a0ff78c6a6a08f1e41fb564 100644 (file)
@@ -132,7 +132,7 @@ int lttng_ustconsumer_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.026499 seconds and 5 git commands to generate.