Cleanup: remove duplicated code in snapshot record command
[lttng-tools.git] / src / common / relayd / relayd.h
index 9353fc2d78440b64e29af8e753a61778afca270f..af93188eeb1df520df3d92cc570dde3fd54dcb59 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, const char *session_name,
+               const 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.025154 seconds and 5 git commands to generate.