X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-consumer.h;h=77b1d77eae0ff4dacbd3d2ea2adef00d3bd2b578;hp=b8bd655758130997c9bc917863f14935f1e5670b;hb=46440d0ccf65b098757389ffebb0f7452626c4a3;hpb=e098433c90550d74288498f8c4474ef4c2daea68 diff --git a/src/bin/lttng-sessiond/ust-consumer.h b/src/bin/lttng-sessiond/ust-consumer.h index b8bd65575..77b1d77ea 100644 --- a/src/bin/lttng-sessiond/ust-consumer.h +++ b/src/bin/lttng-sessiond/ust-consumer.h @@ -21,13 +21,14 @@ #include "consumer.h" #include "ust-app.h" #include +#include int ust_consumer_ask_channel(struct ust_app_session *ua_sess, struct ust_app_channel *ua_chan, struct consumer_output *consumer, struct consumer_socket *socket, struct ust_registry_session *registry, - uint64_t trace_archive_id); + struct lttng_trace_chunk *trace_chunk); int ust_consumer_get_channel(struct consumer_socket *socket, struct ust_app_channel *ua_chan);