X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf%2Fcallbacks.c;h=ea41344a72ef1ff5c5957383fe96e9a49de28daf;hp=e9dbba96a632822baca8a40dbb0675b0ff5d62e4;hb=f380e105704874a3b1fc065122ca286397e3f83c;hpb=8b8dc96e023c365461d2407a3bf2220779bc7d05 diff --git a/formats/ctf/callbacks.c b/formats/ctf/callbacks.c index e9dbba96..ea41344a 100644 --- a/formats/ctf/callbacks.c +++ b/formats/ctf/callbacks.c @@ -83,7 +83,7 @@ int bt_ctf_iter_add_callback(struct bt_ctf_iter *iter, tin = container_of(td_read, struct ctf_trace, parent); for (stream_id = 0; stream_id < tin->streams->len; stream_id++) { - struct ctf_stream_class *stream; + struct ctf_stream_declaration *stream; struct bt_stream_callbacks *bt_stream_cb = NULL; struct bt_callback_chain *bt_chain = NULL; struct bt_callback new_callback; @@ -148,7 +148,7 @@ int bt_ctf_iter_add_callback(struct bt_ctf_iter *iter, static struct ctf_stream_event *extract_ctf_stream_event(struct ctf_stream *stream) { - struct ctf_stream_class *stream_class = stream->stream_class; + struct ctf_stream_declaration *stream_class = stream->stream_class; struct ctf_event *event_class; struct ctf_stream_event *event; uint64_t id = stream->event_id;