Send indexes in streaming mode
[lttng-tools.git] / src / common / relayd / relayd.h
index dd435e905dd1d2be3136c230c2697615369be7b5..a49bab733ec3975a3a66b4372724a10361093380 100644 (file)
@@ -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 */
This page took 0.023679 seconds and 4 git commands to generate.