move struct ctf_stream -> struct ctf_stream_class
[babeltrace.git] / converter / babeltrace-lib.c
index 8f29c5a87d8c818c7dca8ffa2d6513bf45380ddd..cc3d8d3b922235c31184951e41fa347feb86cc6f 100644 (file)
@@ -66,7 +66,7 @@ int convert_trace(struct trace_descriptor *td_write,
 
        /* For each stream (TODO: order events by timestamp) */
        for (stream_id = 0; stream_id < tin->streams->len; stream_id++) {
-               struct ctf_stream *stream = g_ptr_array_index(tin->streams, stream_id);
+               struct ctf_stream_class *stream = g_ptr_array_index(tin->streams, stream_id);
 
                if (!stream)
                        continue;
This page took 0.022801 seconds and 4 git commands to generate.