Move print.h header to upper level dir
[babeltrace.git] / plugins / ctf / fs-src / data-stream.c
index 38843d7bd2a394c4dcf74a3dffaaf2a89a46b5b6..bc0d12178f839dafbc7600085a7697e6fae2a497 100644 (file)
@@ -42,7 +42,8 @@
 
 #define PRINT_ERR_STREAM       ctf_fs->error_fp
 #define PRINT_PREFIX           "ctf-fs-data-stream"
-#include "print.h"
+#define PRINT_DBG_CHECK                ctf_fs_debug
+#include "../print.h"
 
 static inline
 size_t remaining_mmap_bytes(struct ctf_fs_stream *stream)
@@ -434,8 +435,8 @@ struct bt_notification_iterator_next_return ctf_fs_stream_next(
                goto translate_status;
        }
 
-       notif_iter_status = bt_ctf_notif_iter_get_next_notification(stream->notif_iter,
-                       stream->cc_prio_map, &ret.notification);
+       notif_iter_status = bt_ctf_notif_iter_get_next_notification(
+               stream->notif_iter, stream->cc_prio_map, &ret.notification);
        if (notif_iter_status != BT_CTF_NOTIF_ITER_STATUS_OK &&
                        notif_iter_status != BT_CTF_NOTIF_ITER_STATUS_EOF) {
                goto translate_status;
This page took 0.024076 seconds and 4 git commands to generate.