Export the list header with a new namespace
[babeltrace.git] / formats / ctf / ctf.c
index ea760f0e0725aecf7d53e719e8492374834b0491..fd9f49603a2a2834514538979bbfa0df917b9d51 100644 (file)
@@ -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");
This page took 0.022329 seconds and 4 git commands to generate.