X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcommon%2Fconsumer%2Fconsumer.h;h=9ba1dacbc6f52b9cf1b9caa4d1880fd9e93fd308;hb=59db0d42017ebea7422e31b3f8b137ba835e5e8d;hp=aebcf4baccb9711eb36fa1521c2ae857e7ee8b34;hpb=ace0e591600a76d76d54edef87ffb24afff6d209;p=lttng-tools.git diff --git a/src/common/consumer/consumer.h b/src/common/consumer/consumer.h index aebcf4bac..9ba1dacbc 100644 --- a/src/common/consumer/consumer.h +++ b/src/common/consumer/consumer.h @@ -645,7 +645,9 @@ void lttng_consumer_cleanup(void); */ int lttng_consumer_poll_socket(struct pollfd *kconsumer_sockpoll); -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, enum lttng_consumer_stream_state state, const char *channel_name,