Add time validation to health check
[lttng-tools.git] / src / bin / lttng-sessiond / ust-consumer.h
index 0afb08f3d34d243b1305f4c779358f4cd4df421a..ac57e64ed1914c01fbe534ab8f0064aa9cee1eb9 100644 (file)
 #ifndef _UST_CONSUMER_H
 #define _UST_CONSUMER_H
 
+#include "consumer.h"
 #include "ust-app.h"
 
-int ust_consumer_send_session(int consumer_fd, struct ust_app_session *usess);
+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);
 
 #endif /* _UST_CONSUMER_H */
This page took 0.024005 seconds and 4 git commands to generate.