X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer%2Fconsumer.h;h=acefacb218e3b8316011dff9f7c289bcda9428bd;hp=256ea1976016feffcf805d5d5bd0df3d8598a2bf;hb=f8f3885cc52af9d3c951da78989d6f4a25270411;hpb=de7e372efecc2cf51921f2ac5a657337e04a39d3 diff --git a/src/common/consumer/consumer.h b/src/common/consumer/consumer.h index 256ea1976..acefacb21 100644 --- a/src/common/consumer/consumer.h +++ b/src/common/consumer/consumer.h @@ -390,9 +390,9 @@ struct lttng_consumer_stream { /* Copy of the sequence number of the last packet extracted. */ uint64_t last_sequence_number; /* - * FD of the index file for this stream. + * Index file object of the index file for this stream. */ - int index_fd; + struct lttng_index_file *index_file; /* * Local pipe to extract data when using splice.