lib: use object pool for event and packet notifications
[babeltrace.git] / plugins / ctf / fs-src / data-stream-file.h
index e1620b9f601c4fddba5cc1f7184397782f1dc45a..e7d8b04acb5ac8f0ad8ed09735b9ff32577a113d 100644 (file)
@@ -85,6 +85,9 @@ struct ctf_fs_ds_file_info {
 };
 
 struct ctf_fs_ds_file {
+       /* Weak */
+       struct bt_graph *graph;
+
        /* Owned by this */
        struct ctf_fs_file *file;
 
@@ -123,6 +126,7 @@ struct ctf_fs_ds_file {
 BT_HIDDEN
 struct ctf_fs_ds_file *ctf_fs_ds_file_create(
                struct ctf_fs_trace *ctf_fs_trace,
+               struct bt_graph *graph,
                struct bt_notif_iter *notif_iter,
                struct bt_stream *stream, const char *path);
 
This page took 0.02451 seconds and 4 git commands to generate.