lib: fully detach CTF IR and CTF writer implementations
[babeltrace.git] / include / babeltrace / ctf-writer / event-types.h
index 9b41bf09b04f0416e54cd9f8a5ca03aa33b7701b..7b1748ba21073f71ff2f21e246571f8dac67f2f7 100644 (file)
@@ -31,7 +31,7 @@
  */
 
 #include <babeltrace/ref.h>
-#include <babeltrace/ctf-ir/field-types.h>
+#include <babeltrace/ctf-writer/field-types.h>
 
 #ifdef __cplusplus
 extern "C" {
@@ -56,14 +56,14 @@ extern "C" {
 
 /* Pre-2.0 CTF writer compatibility */
 static inline
-void bt_ctf_field_type_get(struct bt_field_type *type)
+void bt_ctf_field_type_get(struct bt_ctf_field_type *type)
 {
        bt_get(type);
 }
 
 /* Pre-2.0 CTF writer compatibility */
 static inline
-void bt_ctf_field_type_put(struct bt_field_type *type)
+void bt_ctf_field_type_put(struct bt_ctf_field_type *type)
 {
        bt_put(type);
 }
This page took 0.024323 seconds and 4 git commands to generate.