X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Frelayd%2Frelayd.h;h=a49bab733ec3975a3a66b4372724a10361093380;hp=dd435e905dd1d2be3136c230c2697615369be7b5;hb=1c20f0e29cbf8627bfb1ff444572d52d6655c4e2;hpb=3c4599b9a5c12ceff19368c6cd51e01d81824726 diff --git a/src/common/relayd/relayd.h b/src/common/relayd/relayd.h index dd435e905..a49bab733 100644 --- a/src/common/relayd/relayd.h +++ b/src/common/relayd/relayd.h @@ -43,5 +43,8 @@ int relayd_quiescent_control(struct lttcomm_relayd_sock *sock, int relayd_begin_data_pending(struct lttcomm_relayd_sock *sock, uint64_t id); int relayd_end_data_pending(struct lttcomm_relayd_sock *sock, uint64_t id, unsigned int *is_data_inflight); +int relayd_send_index(struct lttcomm_relayd_sock *rsock, + struct lttng_packet_index *index, uint64_t relay_stream_id, + uint64_t net_seq_num); #endif /* _RELAYD_H */