Fix: flag metadata stream on quiescent control cmd
[lttng-tools.git] / src / common / relayd / relayd.h
index 2a46cd3eb117f3b4db23f308260953dfe97943e0..fd0acfb3583d1c4b10b80f0e45649ca00271a7b3 100644 (file)
@@ -38,7 +38,8 @@ 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);
This page took 0.023099 seconds and 4 git commands to generate.