X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Findex.h;h=15c4ac8cd8201b906e458a4e819416004a9a1d1e;hb=204ae55a0044bb81a153c5e8d8847c905d5eca4b;hp=e882ed97d2552b71225fee0517698fcdf0143475;hpb=584fc280d529740882a24c87a431e547b5acf8e0;p=lttng-tools.git diff --git a/src/bin/lttng-relayd/index.h b/src/bin/lttng-relayd/index.h index e882ed97d..15c4ac8cd 100644 --- a/src/bin/lttng-relayd/index.h +++ b/src/bin/lttng-relayd/index.h @@ -71,5 +71,7 @@ int relay_index_set_data(struct relay_index *index, int relay_index_try_flush(struct relay_index *index); void relay_index_close_all(struct relay_stream *stream); +void relay_index_close_partial_fd(struct relay_stream *stream); +uint64_t relay_index_find_last(struct relay_stream *stream); #endif /* _RELAY_INDEX_H */