X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Frelayd%2Frelayd.h;h=9353fc2d78440b64e29af8e753a61778afca270f;hb=2a85be8e0e679da996b48252b1d9aebb9bb29126;hp=fb3e94224caf456daa8b0c1af7038d38c6d0e5e2;hpb=d88744a44aa5f2ca90ab87946692b9eed3120641;p=lttng-tools.git 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);