X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer-stream.h;h=79efa721e80388a934343254e56a8ac3a602dd8b;hp=956bb6328692215984f5081102f48ae5f6b3de27;hb=94d4914075c61cd1ee2ec00d8b61eacff105fc47;hpb=d3e2ba59faddb31870e2ce29b6a881f7ad5ad883 diff --git a/src/common/consumer-stream.h b/src/common/consumer-stream.h index 956bb6328..79efa721e 100644 --- a/src/common/consumer-stream.h +++ b/src/common/consumer-stream.h @@ -74,4 +74,7 @@ void consumer_stream_destroy_buffers(struct lttng_consumer_stream *stream); int consumer_stream_write_index(struct lttng_consumer_stream *stream, struct lttng_packet_index *index); +int consumer_stream_sync_metadata(struct lttng_consumer_local_data *ctx, + uint64_t session_id); + #endif /* LTTNG_CONSUMER_STREAM_H */