Rename LTTng index in CTF index
[lttng-tools.git] / src / common / ust-consumer / ust-consumer.c
index 79d8fd7a5012373164bbadfe420537fa1e418af5..83aa5986f7f663e122a92f58dd7895836d807149 100644 (file)
@@ -1711,7 +1711,7 @@ void lttng_ustconsumer_del_stream(struct lttng_consumer_stream *stream)
  *
  * Return 0 on success or else a negative value.
  */
-static int get_index_values(struct lttng_packet_index *index,
+static int get_index_values(struct ctf_packet_index *index,
                struct ustctl_consumer_stream *ustream)
 {
        int ret;
@@ -1876,7 +1876,7 @@ int lttng_ustconsumer_read_subbuffer(struct lttng_consumer_stream *stream,
        long ret = 0;
        char dummy;
        struct ustctl_consumer_stream *ustream;
-       struct lttng_packet_index index;
+       struct ctf_packet_index index;
 
        assert(stream);
        assert(stream->ustream);
This page took 0.023195 seconds and 4 git commands to generate.