X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Frelayd%2Frelayd.h;h=9353fc2d78440b64e29af8e753a61778afca270f;hp=fb3e94224caf456daa8b0c1af7038d38c6d0e5e2;hb=0b50e4b3fb9859af7072adcca784684834e5f8d1;hpb=e098433c90550d74288498f8c4474ef4c2daea68;ds=sidebyside diff --git a/src/common/relayd/relayd.h b/src/common/relayd/relayd.h index fb3e94224..9353fc2d7 100644 --- a/src/common/relayd/relayd.h +++ b/src/common/relayd/relayd.h @@ -30,7 +30,8 @@ int relayd_create_session(struct lttcomm_relayd_sock *sock, uint64_t *session_id unsigned int snapshot); int relayd_add_stream(struct lttcomm_relayd_sock *sock, const char *channel_name, const char *pathname, uint64_t *stream_id, - uint64_t tracefile_size, uint64_t tracefile_count); + uint64_t tracefile_size, uint64_t tracefile_count, + uint64_t trace_archive_id); int relayd_streams_sent(struct lttcomm_relayd_sock *rsock); int relayd_send_close_stream(struct lttcomm_relayd_sock *sock, uint64_t stream_id, uint64_t last_net_seq_num);