Fix: propagate archive id to the consumer daemon on stream creation
[lttng-tools.git] / src / common / kernel-consumer / kernel-consumer.c
index ec67e316d714bc1dc030dfb54b065f7e18352360..66ae16bc8f09c224ffd3e1130bf9c1fa0ca0fa13 100644 (file)
@@ -644,7 +644,8 @@ int lttng_kconsumer_recv_cmd(struct lttng_consumer_local_data *ctx,
                                msg.u.stream.cpu,
                                &alloc_ret,
                                channel->type,
-                               channel->monitor);
+                               channel->monitor,
+                               msg.u.stream.trace_archive_id);
                if (new_stream == NULL) {
                        switch (alloc_ret) {
                        case -ENOMEM:
This page took 0.030158 seconds and 5 git commands to generate.