Pass the consumerd stream's trace archive id to the relayd
[lttng-tools.git] / src / bin / lttng-relayd / cmd-2-11.h
index e17eedf3c00204ee1af57029fb7788b5dc75c2ab..a50872bd360773a44a5bb48e977809c3e10bd624 100644 (file)
@@ -26,6 +26,7 @@ int cmd_create_session_2_11(const struct lttng_buffer_view *payload,
 
 int cmd_recv_stream_2_11(const struct lttng_buffer_view *payload,
                char **ret_path_name, char **ret_channel_name,
 
 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 *tracefile_size, uint64_t *tracefile_count,
+               uint64_t *trace_archive_id);
 
 #endif /* RELAYD_CMD_2_11_H */
 
 #endif /* RELAYD_CMD_2_11_H */
This page took 0.023146 seconds and 4 git commands to generate.