Keep read-only copies of fields from the channel to the stream
[lttng-tools.git] / src / common / kernel-consumer / kernel-consumer.c
index 103df665a78d73dd319a5a6566894f9279e1cb9e..539d80b0b4a32223054a08be4116fda25f7986eb 100644 (file)
@@ -658,6 +658,8 @@ int lttng_kconsumer_recv_cmd(struct lttng_consumer_local_data *ctx,
 
                new_stream->chan = channel;
                new_stream->wait_fd = fd;
+               consumer_stream_update_channel_attributes(new_stream,
+                               channel);
                switch (channel->output) {
                case CONSUMER_CHANNEL_SPLICE:
                        new_stream->output = LTTNG_EVENT_SPLICE;
This page took 0.023596 seconds and 5 git commands to generate.