X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Fconsumer%2Fconsumer.h;h=077e959d7863ee6653552166bac768d775917e07;hb=49f45573c5077c2e1766819bf13518ac560a3ee0;hp=b7593d00182b23a4c604628ef372bd6a24ae861e;hpb=fd424d99bfddf3581bc55fdf14799a50661beddd;p=lttng-tools.git diff --git a/src/common/consumer/consumer.h b/src/common/consumer/consumer.h index b7593d001..077e959d7 100644 --- a/src/common/consumer/consumer.h +++ b/src/common/consumer/consumer.h @@ -740,7 +740,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,