Split notification iterator API into base and specialized functions
[babeltrace.git] / plugins / ctf / fs-src / data-stream-file.c
index 5dfdf8e03d4bc831855f4e98b49481edd9aaab1b..39c2530e82987307176658dc8ae67ef2c734de1e 100644 (file)
@@ -847,11 +847,11 @@ void ctf_fs_ds_file_destroy(struct ctf_fs_ds_file *ds_file)
 }
 
 BT_HIDDEN
-struct bt_notification_iterator_next_return ctf_fs_ds_file_next(
+struct bt_notification_iterator_next_method_return ctf_fs_ds_file_next(
                struct ctf_fs_ds_file *ds_file)
 {
        enum bt_ctf_notif_iter_status notif_iter_status;
-       struct bt_notification_iterator_next_return ret = {
+       struct bt_notification_iterator_next_method_return ret = {
                .status = BT_NOTIFICATION_ITERATOR_STATUS_ERROR,
                .notification = NULL,
        };
This page took 0.023973 seconds and 4 git commands to generate.