Split CTF IR and CTF writer APIs and implementations
[babeltrace.git] / lib / graph / iterator.c
index b98121a1d596a65f06854b10b2318bde390d563d..28ad724d935d2b8972e4aa951ffc3b5cbaa9488b 100644 (file)
@@ -78,7 +78,7 @@ struct stream_state {
 };
 
 static
-void stream_destroy_listener(struct bt_stream *stream, void *data)
+void stream_destroy_listener(struct bt_stream_common *stream, void *data)
 {
        struct bt_notification_iterator_private_connection *iterator = data;
 
@@ -184,7 +184,7 @@ void bt_private_connection_notification_iterator_destroy(struct bt_object *obj)
                        BT_ASSERT(stream_gptr);
 
                        BT_LOGD_STR("Removing stream's destroy listener for notification iterator.");
-                       bt_stream_remove_destroy_listener(
+                       bt_stream_common_remove_destroy_listener(
                                (void *) stream_gptr, stream_destroy_listener,
                                iterator);
                }
This page took 0.023173 seconds and 4 git commands to generate.