Split notification iterator API into base and specialized functions
[babeltrace.git] / include / babeltrace / graph / connection-internal.h
index 7b4d26d221911a1e4d955e611a622fd390ee692a..f99d125f77e395b4483036b17c18a375744300ae 100644 (file)
@@ -29,6 +29,7 @@
 
 #include <babeltrace/graph/connection.h>
 #include <babeltrace/graph/notification-iterator.h>
+#include <babeltrace/graph/notification-iterator-internal.h>
 #include <babeltrace/graph/private-connection.h>
 #include <babeltrace/object-internal.h>
 #include <stdbool.h>
@@ -82,7 +83,7 @@ void bt_connection_end(struct bt_connection *conn, bool try_remove_from_graph);
 
 BT_HIDDEN
 void bt_connection_remove_iterator(struct bt_connection *conn,
-               struct bt_notification_iterator *iterator);
+               struct bt_notification_iterator_private_connection *iterator);
 
 static inline
 struct bt_graph *bt_connection_borrow_graph(struct bt_connection *conn)
This page took 0.023357 seconds and 4 git commands to generate.