X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-writer%2Fevent-fields.h;h=089b1c5f07cc6b73ea8d104c0051b8f8f69cc3c5;hb=16ca5ff0568c72f5600ebc88b195fbc5ee88556d;hp=e06c354c50659a6f07be4161b194ba668c7e5c43;hpb=0f6bea4ef916464f2d2a0a597c28a6701ac51762;p=babeltrace.git diff --git a/include/babeltrace/ctf-writer/event-fields.h b/include/babeltrace/ctf-writer/event-fields.h index e06c354c..089b1c5f 100644 --- a/include/babeltrace/ctf-writer/event-fields.h +++ b/include/babeltrace/ctf-writer/event-fields.h @@ -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); }