Add a common, internal CTF serialization library; make CTF writer use it
[babeltrace.git] / include / babeltrace / ctf-writer / fields-internal.h
index b4c1f224bca748967cedef8369fbfa24af273e51..e56c4f30178d6917f3c5e831e328c92fa7f96251 100644 (file)
@@ -36,9 +36,9 @@
 #include <babeltrace/common-internal.h>
 #include <babeltrace/ctf-writer/field-types-internal.h>
 #include <babeltrace/ctf-writer/fields.h>
-#include <babeltrace/ctf-writer/serialize-internal.h>
 #include <babeltrace/ctf-writer/utils-internal.h>
 #include <babeltrace/ctf-writer/object-internal.h>
+#include <babeltrace/ctfser-internal.h>
 #include <babeltrace/types.h>
 #include <glib.h>
 #include <inttypes.h>
@@ -831,7 +831,7 @@ struct bt_ctf_field_variant {
 
 BT_HIDDEN
 int bt_ctf_field_serialize_recursive(struct bt_ctf_field *field,
-               struct bt_ctf_stream_pos *pos,
+               struct bt_ctfser *ctfser,
                enum bt_ctf_byte_order native_byte_order);
 
 BT_HIDDEN
This page took 0.023968 seconds and 4 git commands to generate.