X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-consumer.h;h=b4a711b0ae1dbe4c731d8d81e82b514615ecef39;hp=ac57e64ed1914c01fbe534ab8f0064aa9cee1eb9;hb=173af62f4804133d4a7f45e34b6f72126f3eca5f;hpb=f64161251bd649abe5b6a473531adfa3af9bd6b6 diff --git a/src/bin/lttng-sessiond/ust-consumer.h b/src/bin/lttng-sessiond/ust-consumer.h index ac57e64ed..b4a711b0a 100644 --- a/src/bin/lttng-sessiond/ust-consumer.h +++ b/src/bin/lttng-sessiond/ust-consumer.h @@ -21,14 +21,7 @@ #include "consumer.h" #include "ust-app.h" -int ust_consumer_send_session(int consumer_fd, struct ust_app_session *usess, - struct consumer_output *consumer); - -int ust_consumer_send_metadata(int sock, struct ust_app_session *usess, - struct consumer_output *consumer); - -int ust_consumer_send_channel_streams(int sock, - struct ust_app_channel *uchan, struct ust_app_session *usess, - struct consumer_output *consumer); +int ust_consumer_send_session(struct ust_app_session *usess, + struct consumer_output *consumer, struct consumer_socket *sock); #endif /* _UST_CONSUMER_H */