Network streaming support
[lttng-tools.git] / src / bin / lttng-sessiond / ust-consumer.h
index 0afb08f3d34d243b1305f4c779358f4cd4df421a..dcc51dceeea576310379f065c7ba57eb9db012a6 100644 (file)
 #ifndef _UST_CONSUMER_H
 #define _UST_CONSUMER_H
 
+#include <common/sessiond-comm/sessiond-comm.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_relayd_socket(int consumer_sock,
+               struct lttcomm_sock *sock, struct consumer_output *consumer,
+               enum lttng_stream_type type);
 
 #endif /* _UST_CONSUMER_H */
This page took 0.022805 seconds and 4 git commands to generate.