X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=converter%2Fbabeltrace-lib.c;h=cc3d8d3b922235c31184951e41fa347feb86cc6f;hp=8f29c5a87d8c818c7dca8ffa2d6513bf45380ddd;hb=aa6bffaea450106c60fc1292152bd94a270fd243;hpb=d63ca2cd2249356c28a63653d30c681e9a7ce249 diff --git a/converter/babeltrace-lib.c b/converter/babeltrace-lib.c index 8f29c5a8..cc3d8d3b 100644 --- a/converter/babeltrace-lib.c +++ b/converter/babeltrace-lib.c @@ -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;