Use non-blocking recvmsg() for data/ctrl connections of lttng-relayd
[lttng-tools.git] / src / bin / lttng-relayd / cmd-2-4.h
index ab7347897382b462d1a92ec4acf7ff4b917856f6..d2cd2c6df88a1d450e03c79df0babab85e2335fd 100644 (file)
@@ -21,8 +21,9 @@
  */
 
 #include "lttng-relayd.h"
+#include <common/buffer-view.h>
 
-int cmd_create_session_2_4(struct relay_connection *conn,
+int cmd_create_session_2_4(const struct lttng_buffer_view *payload,
                char *session_name, char *hostname,
                uint32_t *live_timer, bool *snapshot);
 
This page took 0.024795 seconds and 4 git commands to generate.