Make API CTF-agnostic
[babeltrace.git] / plugins / ctf / fs-src / data-stream-file.h
index 13c6e8409bc504af3281f4b360c15c3d8f3bdbef..075b8293ab7ca59a3469ace1c9f2cf96d640b6a6 100644 (file)
@@ -81,10 +81,15 @@ struct ctf_fs_ds_file_info {
        GString *path;
 
        /* Guaranteed to be set, as opposed to the index. */
-       uint64_t begin_ns;
+       int64_t begin_ns;
 };
 
+struct ctf_fs_metadata;
+
 struct ctf_fs_ds_file {
+       /* Weak */
+       struct ctf_fs_metadata *metadata;
+
        /* Weak */
        struct bt_private_connection_private_notification_iterator *pc_notif_iter;
 
This page took 0.023612 seconds and 4 git commands to generate.