Fix: propagate archive id to the consumer daemon on stream creation
[lttng-tools.git] / src / bin / lttng-sessiond / ust-consumer.h
index ce0ab51939449cb6ece3f940de7d8bf0c1e27aae..b8bd655758130997c9bc917863f14935f1e5670b 100644 (file)
 
 #include "consumer.h"
 #include "ust-app.h"
+#include <stdint.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,
+               uint64_t trace_archive_id);
 
 int ust_consumer_get_channel(struct consumer_socket *socket,
                struct ust_app_channel *ua_chan);
This page took 0.024394 seconds and 5 git commands to generate.