Add a common, internal CTF serialization library; make CTF writer use it
[babeltrace.git] / include / babeltrace / ctf-writer / event-internal.h
index deecbf3163dacce96a740331f66b938318f2dc7b..7b6a5a67db85b0597bdeec68e8b7be17cefd1334 100644 (file)
@@ -43,6 +43,7 @@
 #include <babeltrace/ctf-writer/validation-internal.h>
 #include <babeltrace/ctf-writer/object-internal.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.024218 seconds and 4 git commands to generate.