Fix: flag metadata stream on quiescent control cmd
[lttng-tools.git] / src / common / relayd / relayd.h
index 9d65c3b8a2e71182c3400997530d78a829197d9d..fd0acfb3583d1c4b10b80f0e45649ca00271a7b3 100644 (file)
@@ -38,6 +38,10 @@ int relayd_send_data_hdr(struct lttcomm_sock *sock,
                struct lttcomm_relayd_data_hdr *hdr, size_t size);
 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_quiescent_control(struct lttcomm_sock *sock,
+               uint64_t metadata_stream_id);
+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.023692 seconds and 4 git commands to generate.