allow multiple ctf streams to be open
[babeltrace.git] / plugins / ctf / fs / fs.h
index f4bd86c9d9b515065be5bf2d6a0e447a7e4801fa..151e28eda5d5c2d8f8f801e9ff5523e8a1509e91 100644 (file)
@@ -66,10 +66,6 @@ struct ctf_fs_stream {
        bool end_reached;
 };
 
-struct ctf_fs_data_stream {
-       GPtrArray *streams;
-};
-
 struct ctf_fs_iterator {
        struct bt_notification_heap *pending_notifications;
 };
@@ -84,8 +80,8 @@ struct ctf_fs_component {
        size_t page_size;
        struct bt_notification *current_notification;
        struct ctf_fs_metadata metadata;
-       struct ctf_fs_data_stream data_stream;
        struct ctf_fs_component_options options;
+       GPtrArray *streams; /* struct ctf_fs_data_stream * */
 };
 
 BT_HIDDEN
This page took 0.023406 seconds and 4 git commands to generate.