Fix data pending for inflight streaming
[lttng-tools.git] / src / common / relayd / relayd.h
index 9d65c3b8a2e71182c3400997530d78a829197d9d..2a46cd3eb117f3b4db23f308260953dfe97943e0 100644 (file)
@@ -39,5 +39,8 @@ int relayd_send_data_hdr(struct lttcomm_sock *sock,
 int relayd_data_pending(struct lttcomm_sock *sock, uint64_t stream_id,
                uint64_t last_net_seq_num);
 int relayd_quiescent_control(struct lttcomm_sock *sock);
+int relayd_begin_data_pending(struct lttcomm_sock *sock, uint64_t id);
+int relayd_end_data_pending(struct lttcomm_sock *sock, uint64_t id,
+               unsigned int *is_data_inflight);
 
 #endif /* _RELAYD_H */
This page took 0.027887 seconds and 5 git commands to generate.