Fix: headers: add missing end of `extern "C"` curly brackets (for C++)
[babeltrace.git] / include / babeltrace / ctf-writer / event-internal.h
index d6297570de7830e60cbea4fee8aed030fbf4067b..7b6a5a67db85b0597bdeec68e8b7be17cefd1334 100644 (file)
@@ -42,7 +42,8 @@
 #include <babeltrace/ctf-writer/stream.h>
 #include <babeltrace/ctf-writer/validation-internal.h>
 #include <babeltrace/ctf-writer/object-internal.h>
-#include <babeltrace/values.h>
+#include <babeltrace/ctf-writer/values-internal.h>
+#include <babeltrace/ctfser-internal.h>
 
 struct bt_ctf_stream_class;
 struct bt_ctf_stream_pos;
@@ -254,7 +255,7 @@ int bt_ctf_event_class_serialize(struct bt_ctf_event_class *event_class,
 
 BT_HIDDEN
 int bt_ctf_event_serialize(struct bt_ctf_event *event,
-               struct bt_ctf_stream_pos *pos,
+               struct bt_ctfser *pos,
                enum bt_ctf_byte_order native_byte_order);
 
 static inline
This page took 0.035311 seconds and 4 git commands to generate.