X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf%2Fctf.c;h=fd9f49603a2a2834514538979bbfa0df917b9d51;hp=ea760f0e0725aecf7d53e719e8492374834b0491;hb=3122e6f075647374e7a98ae9501d100de8d004a9;hpb=1059a2bfb89dfcdea336d7fdd5ef9bbdf552f3f2 diff --git a/formats/ctf/ctf.c b/formats/ctf/ctf.c index ea760f0e..fd9f4960 100644 --- a/formats/ctf/ctf.c +++ b/formats/ctf/ctf.c @@ -1509,7 +1509,7 @@ int ctf_open_mmap_trace_read(struct ctf_trace *td, * for each stream, try to open, check magic number, and get the * stream ID to add to the right location in the stream array. */ - cds_list_for_each_entry(mmap_info, &mmap_list->head, list) { + bt_list_for_each_entry(mmap_info, &mmap_list->head, list) { ret = ctf_open_mmap_stream_read(td, mmap_info, move_pos_slow); if (ret) { fprintf(stderr, "[error] Open file mmap stream error.\n");