Split notification iterator API into base and specialized functions
[babeltrace.git] / tests / lib / test_graph_topo.c
index 4066587e27b47d98ad01a9a0a8104fa496150a86..6f81bdb885e2220815ccbb5e4f3748308c9854f0 100644 (file)
@@ -284,10 +284,10 @@ size_t event_pos(struct event *event)
 }
 
 static
-struct bt_notification_iterator_next_return src_iter_next(
-               struct bt_private_notification_iterator *priv_iterator)
+struct bt_notification_iterator_next_method_return src_iter_next(
+               struct bt_private_connection_private_notification_iterator *priv_iterator)
 {
-       struct bt_notification_iterator_next_return ret = {
+       struct bt_notification_iterator_next_method_return ret = {
                .status = BT_NOTIFICATION_ITERATOR_STATUS_ERROR,
        };
 
This page took 0.024411 seconds and 4 git commands to generate.