consumerd: pass channel instance to stream creation function
[lttng-tools.git] / src / common / consumer / consumer.h
index 2bd45f2e1de9c0457c1e2b6fd41224b12b2dc91b..f6e8b2b52d19071575bc5b539d8017ae34efa964 100644 (file)
@@ -749,7 +749,9 @@ void consumer_stream_update_channel_attributes(
                struct lttng_consumer_stream *stream,
                struct lttng_consumer_channel *channel);
 
-struct lttng_consumer_stream *consumer_allocate_stream(uint64_t channel_key,
+struct lttng_consumer_stream *consumer_allocate_stream(
+               struct lttng_consumer_channel *channel,
+               uint64_t channel_key,
                uint64_t stream_key,
                const char *channel_name,
                uint64_t relayd_id,
This page took 0.024405 seconds and 4 git commands to generate.