Remove Babeltrace 1 files and reorganize the tree
[babeltrace.git] / include / babeltrace / ctf-ir / stream-internal.h
index 0e0e2498b4d43bf40c0303074a16cb845885b060..c101236e275a96a4cbf9a268903b791b955e9136 100644 (file)
@@ -32,8 +32,8 @@
 #include <babeltrace/ctf-writer/clock.h>
 #include <babeltrace/ctf-writer/event-fields.h>
 #include <babeltrace/ctf-writer/event-types.h>
+#include <babeltrace/ctf-writer/serialize-internal.h>
 #include <babeltrace/babeltrace-internal.h>
-#include <babeltrace/ctf/types.h>
 #include <glib.h>
 
 struct bt_ctf_stream {
@@ -47,7 +47,7 @@ struct bt_ctf_stream {
        /* Writer-specific members. */
        /* Array of pointers to bt_ctf_event for the current packet */
        GPtrArray *events;
-       struct ctf_stream_pos pos;
+       struct bt_ctf_stream_pos pos;
        unsigned int flushed_packet_count;
        uint64_t size;
 };
This page took 0.022967 seconds and 4 git commands to generate.