Add consumer socket object and relayd commands
[lttng-tools.git] / src / bin / lttng-sessiond / ust-consumer.h
index ac57e64ed1914c01fbe534ab8f0064aa9cee1eb9..b4a711b0ae1dbe4c731d8d81e82b514615ecef39 100644 (file)
 #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 */
This page took 0.023593 seconds and 4 git commands to generate.