relayd: send sessiond uuid and session id as part of create session
[lttng-tools.git] / src / common / relayd / relayd.h
index 9353fc2d78440b64e29af8e753a61778afca270f..2fcdcf4c76b5a3c2e84dcd749101bfa614784332 100644 (file)
 
 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,
This page took 0.024138 seconds and 5 git commands to generate.