X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Frelayd%2Frelayd.h;h=fd0acfb3583d1c4b10b80f0e45649ca00271a7b3;hp=2a46cd3eb117f3b4db23f308260953dfe97943e0;hb=ad7051c0f2e1eb584c623794bf4b83548e3ccadc;hpb=beaad64cecee395058e37c8b33dc50af99d771a4 diff --git a/src/common/relayd/relayd.h b/src/common/relayd/relayd.h index 2a46cd3eb..fd0acfb35 100644 --- a/src/common/relayd/relayd.h +++ b/src/common/relayd/relayd.h @@ -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);