X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Frelayd%2Frelayd.h;h=fd0acfb3583d1c4b10b80f0e45649ca00271a7b3;hb=4d86847e8786d4902dceeb1dff91791112d2c396;hp=2a46cd3eb117f3b4db23f308260953dfe97943e0;hpb=f7079f6790ccfb78ec7115ccb5b1706f5c18ebfe;p=lttng-tools.git 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);