Keep read-only copies of fields from the channel to the stream
[lttng-tools.git] / src / common / ust-consumer / ust-consumer.c
index ec078fb477a39eec0988c3075d8f3d86cad91ea4..00937a44dd0172882e03c2ea21d361a1597449c8 100644 (file)
@@ -184,6 +184,7 @@ static struct lttng_consumer_stream *allocate_stream(int cpu, int key,
                goto error;
        }
 
                goto error;
        }
 
+       consumer_stream_update_channel_attributes(stream, channel);
        stream->chan = channel;
 
 error:
        stream->chan = channel;
 
 error:
This page took 0.028293 seconds and 5 git commands to generate.