Add consumer socket object and relayd commands
[lttng-tools.git] / src / common / relayd / relayd.h
index 12efe1ec0680e9bc8ad803649c123089e9583f7a..c6834df6114491f78c4e4c7960c54090d44b2831 100644 (file)
@@ -31,6 +31,8 @@ int relayd_create_session(struct lttcomm_sock *sock, const char *hostname,
 #endif
 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,
+               uint64_t last_net_seq_num);
 int relayd_version_check(struct lttcomm_sock *sock, uint32_t major,
                uint32_t minor);
 int relayd_start_data(struct lttcomm_sock *sock);
This page took 0.022861 seconds and 4 git commands to generate.