Add the relayd create session command
[lttng-tools.git] / src / common / relayd / relayd.h
index 8857bc9fbb058e73b5383f47c2711c35b33b0a88..9d65c3b8a2e71182c3400997530d78a829197d9d 100644 (file)
 
 int relayd_connect(struct lttcomm_sock *sock);
 int relayd_close(struct lttcomm_sock *sock);
-#if 0
-int relayd_create_session(struct lttcomm_sock *sock, const char *hostname,
-               const char *session_name);
-#endif
+int relayd_create_session(struct lttcomm_sock *sock, uint64_t *session_id);
 int relayd_add_stream(struct lttcomm_sock *sock, const char *channel_name,
                const char *pathname, uint64_t *stream_id);
 int relayd_send_close_stream(struct lttcomm_sock *sock, uint64_t stream_id,
This page took 0.022914 seconds and 4 git commands to generate.