Add lttng-error.h containing every API err. code
[lttng-tools.git] / src / bin / lttng-sessiond / ust-consumer.h
index 0afb08f3d34d243b1305f4c779358f4cd4df421a..b4a711b0ae1dbe4c731d8d81e82b514615ecef39 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(struct ust_app_session *usess,
+               struct consumer_output *consumer, struct consumer_socket *sock);
 
 #endif /* _UST_CONSUMER_H */
This page took 0.023642 seconds and 4 git commands to generate.