X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fprivate-connection.h;h=ea44d932481f1fec2243a7b41a04d8a4250e4a87;hb=73d5c1adb1411e16c9c613c38a4c74a29ee608ae;hp=59db640ee271aa95f9d6307db94f159c8fa3ab90;hpb=bd7cc15bddddb727ea02fb44bde2d9f15cd82847;p=babeltrace.git diff --git a/include/babeltrace/graph/private-connection.h b/include/babeltrace/graph/private-connection.h index 59db640e..ea44d932 100644 --- a/include/babeltrace/graph/private-connection.h +++ b/include/babeltrace/graph/private-connection.h @@ -23,6 +23,7 @@ * SOFTWARE. */ +#include #include #ifdef __cplusplus @@ -36,10 +37,11 @@ struct bt_private_connection; struct bt_connection *bt_connection_from_private_connection( struct bt_private_connection *private_connection); -extern struct bt_notification_iterator * +extern enum bt_connection_status bt_private_connection_create_notification_iterator( struct bt_private_connection *private_connection, - const enum bt_notification_type *notification_types); + const enum bt_notification_type *notification_types, + struct bt_notification_iterator **iterator); #ifdef __cplusplus }