lib: use priv connection priv notif iterator to create notif, not graph
[babeltrace.git] / plugins / ctf / fs-src / data-stream-file.h
index be035606e293870757bda19f6dc586b4364a9f89..13c6e8409bc504af3281f4b360c15c3d8f3bdbef 100644 (file)
@@ -86,7 +86,7 @@ struct ctf_fs_ds_file_info {
 
 struct ctf_fs_ds_file {
        /* Weak */
-       struct bt_graph *graph;
+       struct bt_private_connection_private_notification_iterator *pc_notif_iter;
 
        /* Owned by this */
        struct ctf_fs_file *file;
@@ -126,7 +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_private_connection_private_notification_iterator *pc_notif_iter,
                struct bt_notif_iter *notif_iter,
                struct bt_stream *stream, const char *path);
 
This page took 0.028246 seconds and 4 git commands to generate.