X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer-stream.h;h=c5fb09732d7a94f065480b01bedd4f683e0daf39;hp=79efa721e80388a934343254e56a8ac3a602dd8b;hb=50adc26400482c07210afcda8ef1d3322f75871d;hpb=6565421fd1e3307cda0f3cb0f849cb990122edc7 diff --git a/src/common/consumer-stream.h b/src/common/consumer-stream.h index 79efa721e..c5fb09732 100644 --- a/src/common/consumer-stream.h +++ b/src/common/consumer-stream.h @@ -72,7 +72,7 @@ void consumer_stream_destroy_buffers(struct lttng_consumer_stream *stream); * Write index of a specific stream either on the relayd or local disk. */ int consumer_stream_write_index(struct lttng_consumer_stream *stream, - struct lttng_packet_index *index); + struct ctf_packet_index *index); int consumer_stream_sync_metadata(struct lttng_consumer_local_data *ctx, uint64_t session_id);