Rename bt_ctf_X -> bt_X, maintain backward compat. for pre-2.0 CTF writer
[babeltrace.git] / include / babeltrace / ctf-writer / writer-internal.h
index 17d4af7d99c9a41b0eadb98d2aef1f6a21282fce..ced679ec43470cb686a3172f988628be4a704b0c 100644 (file)
@@ -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;
 };
This page took 0.022695 seconds and 4 git commands to generate.