sessiond: make disable_context static
[lttng-tools.git] / src / bin / lttng-sessiond / ust-consumer.h
index ce0ab51939449cb6ece3f940de7d8bf0c1e27aae..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);
+               struct ust_app_channel *ua_chan,
+               struct consumer_output *consumer,
+               struct consumer_socket *socket,
+               struct ust_registry_session *registry,
+               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.022832 seconds and 4 git commands to generate.