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