lib: fully detach CTF IR and CTF writer implementations
[babeltrace.git] / include / babeltrace / ctf-writer / event-fields.h
index e06c354c50659a6f07be4161b194ba668c7e5c43..089b1c5f07cc6b73ea8d104c0051b8f8f69cc3c5 100644 (file)
@@ -57,14 +57,14 @@ extern "C" {
 
 /* Pre-2.0 CTF writer compatibility */
 static inline
-void bt_ctf_field_get(struct bt_field *field)
+void bt_ctf_field_get(struct bt_ctf_field *field)
 {
        bt_get(field);
 }
 
 /* Pre-2.0 CTF writer compatibility */
 static inline
-void bt_ctf_field_put(struct bt_field *field)
+void bt_ctf_field_put(struct bt_ctf_field *field)
 {
        bt_put(field);
 }
This page took 0.025171 seconds and 4 git commands to generate.