X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer.c;h=341f8a7fe4ecf29a570b0d577156385242d64012;hp=152064078d34b354263a79992e93d965a5b738a4;hb=50adc26400482c07210afcda8ef1d3322f75871d;hpb=6565421fd1e3307cda0f3cb0f849cb990122edc7 diff --git a/src/common/consumer.c b/src/common/consumer.c index 152064078..341f8a7fe 100644 --- a/src/common/consumer.c +++ b/src/common/consumer.c @@ -1354,7 +1354,7 @@ ssize_t lttng_consumer_on_read_subbuffer_mmap( struct lttng_consumer_local_data *ctx, struct lttng_consumer_stream *stream, unsigned long len, unsigned long padding, - struct lttng_packet_index *index) + struct ctf_packet_index *index) { unsigned long mmap_offset; void *mmap_base; @@ -1562,7 +1562,7 @@ ssize_t lttng_consumer_on_read_subbuffer_splice( struct lttng_consumer_local_data *ctx, struct lttng_consumer_stream *stream, unsigned long len, unsigned long padding, - struct lttng_packet_index *index) + struct ctf_packet_index *index) { ssize_t ret = 0, written = 0, ret_splice = 0; loff_t offset = 0;