Create stream files relative to a stream's current trace chunk
[lttng-tools.git] / src / bin / lttng-sessiond / ust-consumer.h
index b8bd655758130997c9bc917863f14935f1e5670b..77b1d77eae0ff4dacbd3d2ea2adef00d3bd2b578 100644 (file)
 #include "consumer.h"
 #include "ust-app.h"
 #include <stdint.h>
+#include <common/trace-chunk.h>
 
 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);
This page took 0.023181 seconds and 4 git commands to generate.