UST periodical metadata flush
[lttng-tools.git] / src / bin / lttng-sessiond / ust-consumer.h
index f48ea42f27bfdfaff0e34cee692f3364ad590817..d378202633fd471c8bfa9577d9c4c76f172e6372 100644 (file)
@@ -23,7 +23,7 @@
 
 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 consumer_socket *socket, struct ust_registry_session *registry);
 
 int ust_consumer_get_channel(struct consumer_socket *socket,
                struct ust_app_channel *ua_chan);
@@ -36,5 +36,6 @@ int ust_consumer_send_stream_to_ust(struct ust_app *app,
 
 int ust_consumer_send_channel_to_ust(struct ust_app *app,
                struct ust_app_session *ua_sess, struct ust_app_channel *channel);
+int ust_consumer_metadata_request(struct consumer_socket *sock);
 
 #endif /* _UST_CONSUMER_H */
This page took 0.023152 seconds and 4 git commands to generate.