X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Fctf%2Ffs%2Ffs.h;h=151e28eda5d5c2d8f8f801e9ff5523e8a1509e91;hb=e7a4393bc8bd4ac95ce121b34d932620ebc386cd;hp=f4bd86c9d9b515065be5bf2d6a0e447a7e4801fa;hpb=0cb31e39840f9a8be916b0ad6447559d1a1b800e;p=babeltrace.git diff --git a/plugins/ctf/fs/fs.h b/plugins/ctf/fs/fs.h index f4bd86c9..151e28ed 100644 --- a/plugins/ctf/fs/fs.h +++ b/plugins/ctf/fs/fs.h @@ -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