X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Frelayd%2Frelayd.h;h=2fcdcf4c76b5a3c2e84dcd749101bfa614784332;hp=9353fc2d78440b64e29af8e753a61778afca270f;hb=658f12fa973b58f324b6f018672cc03222cfc7b4;hpb=09ede842515f606976233d5cc538fc47a60abc09 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,