Use non-blocking recvmsg() for data/ctrl connections of lttng-relayd
[lttng-tools.git] / src / bin / lttng-relayd / cmd-2-2.h
index 894a63a1ee0c2bc971c605a26e9ef961e48be752..822f627b1d07dbcf5e2c10fa9f76160a37dbed4b 100644 (file)
@@ -21,8 +21,9 @@
  */
 
 #include "lttng-relayd.h"
+#include <common/buffer-view.h>
 
-int cmd_recv_stream_2_2(struct relay_connection *conn,
+int cmd_recv_stream_2_2(const struct lttng_buffer_view *payload,
                char **path_name, char **channel_name,
                uint64_t *tracefile_size, uint64_t *tracefile_count);
 
This page took 0.025112 seconds and 4 git commands to generate.