X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Frelayd%2Frelayd.h;h=2fcdcf4c76b5a3c2e84dcd749101bfa614784332;hb=f3bc9b69786b16160da9c7f2650e1199e55529b6;hp=9353fc2d78440b64e29af8e753a61778afca270f;hpb=0b50e4b3fb9859af7072adcca784684834e5f8d1;p=lttng-tools.git diff --git a/src/common/relayd/relayd.h b/src/common/relayd/relayd.h index 9353fc2d7..2fcdcf4c7 100644 --- a/src/common/relayd/relayd.h +++ b/src/common/relayd/relayd.h @@ -25,9 +25,10 @@ int relayd_connect(struct lttcomm_relayd_sock *sock); int relayd_close(struct lttcomm_relayd_sock *sock); -int relayd_create_session(struct lttcomm_relayd_sock *sock, uint64_t *session_id, - char *session_name, char *hostname, int session_live_timer, - unsigned int snapshot); +int relayd_create_session(struct lttcomm_relayd_sock *sock, + uint64_t *relayd_session_id, char *session_name, char *hostname, + int session_live_timer, unsigned int snapshot, + uint64_t sessiond_session_id, const lttng_uuid sessiond_uuid); 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,