X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=src%2Fbin%2Flttng-sessiond%2Fust-consumer.h;h=d378202633fd471c8bfa9577d9c4c76f172e6372;hb=af6142cf6f9ff4657f3c80b4c19df50247a86e91;hp=f48ea42f27bfdfaff0e34cee692f3364ad590817;hpb=ffe600149a7608221985751e1bf293234bf2545c;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/ust-consumer.h b/src/bin/lttng-sessiond/ust-consumer.h index f48ea42f2..d37820263 100644 --- a/src/bin/lttng-sessiond/ust-consumer.h +++ b/src/bin/lttng-sessiond/ust-consumer.h @@ -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 */