Pass the consumerd stream's trace archive id to the relayd
[lttng-tools.git] / src / bin / lttng-relayd / cmd-2-11.h
index d63195854e2371e619b55b652771e814d92e87e3..a50872bd360773a44a5bb48e977809c3e10bd624 100644 (file)
@@ -24,4 +24,9 @@ int cmd_create_session_2_11(const struct lttng_buffer_view *payload,
                char *session_name, char *hostname,
                uint32_t *live_timer, bool *snapshot);
 
+int cmd_recv_stream_2_11(const struct lttng_buffer_view *payload,
+               char **ret_path_name, char **ret_channel_name,
+               uint64_t *tracefile_size, uint64_t *tracefile_count,
+               uint64_t *trace_archive_id);
+
 #endif /* RELAYD_CMD_2_11_H */
This page took 0.023596 seconds and 4 git commands to generate.