X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-writer%2Fwriter-internal.h;h=ced679ec43470cb686a3172f988628be4a704b0c;hb=50842bdc4c21f3de2b63e29cdac730af8b6dcca6;hp=17d4af7d99c9a41b0eadb98d2aef1f6a21282fce;hpb=6606e9c14a9fc2c1b3edd81cb52c5bb15f07f855;p=babeltrace.git diff --git a/include/babeltrace/ctf-writer/writer-internal.h b/include/babeltrace/ctf-writer/writer-internal.h index 17d4af7d..ced679ec 100644 --- a/include/babeltrace/ctf-writer/writer-internal.h +++ b/include/babeltrace/ctf-writer/writer-internal.h @@ -38,7 +38,7 @@ struct bt_ctf_writer { struct bt_object base; int frozen; /* Protects attributes that can't be changed mid-trace */ - struct bt_ctf_trace *trace; + struct bt_trace *trace; GString *path; int metadata_fd; };