X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Fctf%2Ffs-src%2Ffs.h;h=b54e4722d323caa1a3746e9a8228ac1cd13fc1dd;hb=5c5632787fc9cafa602c89a28966bcfd01ec0204;hp=1124a0f39a7184a302fc93aee2393799690f4111;hpb=312c056ae3d374b253fa0cfe5ed576c0b0e5e569;p=babeltrace.git diff --git a/plugins/ctf/fs-src/fs.h b/plugins/ctf/fs-src/fs.h index 1124a0f3..b54e4722 100644 --- a/plugins/ctf/fs-src/fs.h +++ b/plugins/ctf/fs-src/fs.h @@ -120,9 +120,15 @@ struct ctf_fs_ds_file_group { struct ctf_fs_port_data { /* Weak, belongs to ctf_fs_trace */ struct ctf_fs_ds_file_group *ds_file_group; + + /* Weak */ + struct ctf_fs_component *ctf_fs; }; struct ctf_fs_notif_iter_data { + /* Weak */ + struct bt_graph *graph; + /* Weak, belongs to ctf_fs_trace */ struct ctf_fs_ds_file_group *ds_file_group; @@ -154,7 +160,7 @@ struct bt_component_class_query_method_return ctf_fs_query( BT_HIDDEN struct ctf_fs_trace *ctf_fs_trace_create(const char *path, const char *name, - struct ctf_fs_metadata_config *config); + struct ctf_fs_metadata_config *config, struct bt_graph *graph); BT_HIDDEN void ctf_fs_trace_destroy(struct ctf_fs_trace *trace);