X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fcmd-2-11.h;h=a50872bd360773a44a5bb48e977809c3e10bd624;hp=e17eedf3c00204ee1af57029fb7788b5dc75c2ab;hb=0b50e4b3fb9859af7072adcca784684834e5f8d1;hpb=e098433c90550d74288498f8c4474ef4c2daea68 diff --git a/src/bin/lttng-relayd/cmd-2-11.h b/src/bin/lttng-relayd/cmd-2-11.h index e17eedf3c..a50872bd3 100644 --- a/src/bin/lttng-relayd/cmd-2-11.h +++ b/src/bin/lttng-relayd/cmd-2-11.h @@ -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, - 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 */