Rename LTTng index in CTF index
[lttng-tools.git] / src / common / kernel-consumer / kernel-consumer.c
index 1b01d414a0248b0207bbf72aba620a8fa62b93e4..219da903781a25e5af5307e24aba5347d90e30c9 100644 (file)
@@ -911,7 +911,7 @@ error_fatal:
  *
  * Return 0 on success or else a negative value.
  */
  *
  * Return 0 on success or else a negative value.
  */
-static int get_index_values(struct lttng_packet_index *index, int infd)
+static int get_index_values(struct ctf_packet_index *index, int infd)
 {
        int ret;
 
 {
        int ret;
 
@@ -1007,7 +1007,7 @@ ssize_t lttng_kconsumer_read_subbuffer(struct lttng_consumer_stream *stream,
        int err, write_index = 1;
        ssize_t ret = 0;
        int infd = stream->wait_fd;
        int err, write_index = 1;
        ssize_t ret = 0;
        int infd = stream->wait_fd;
-       struct lttng_packet_index index;
+       struct ctf_packet_index index;
 
        DBG("In read_subbuffer (infd : %d)", infd);
 
 
        DBG("In read_subbuffer (infd : %d)", infd);
 
This page took 0.023946 seconds and 4 git commands to generate.