Port: dirfd is not portable, replace it
[babeltrace.git] / include / babeltrace / ctf-writer / writer-internal.h
index 2857bdd939615794cfcc82054df94650df2c536d..17d4af7d99c9a41b0eadb98d2aef1f6a21282fce 100644 (file)
@@ -40,8 +40,10 @@ struct bt_ctf_writer {
        int frozen; /* Protects attributes that can't be changed mid-trace */
        struct bt_ctf_trace *trace;
        GString *path;
-       int trace_dir_fd;
        int metadata_fd;
 };
 
+BT_HIDDEN
+void bt_ctf_writer_freeze(struct bt_ctf_writer *writer);
+
 #endif /* BABELTRACE_CTF_WRITER_WRITER_INTERNAL_H */
This page took 0.024182 seconds and 4 git commands to generate.