X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fprivate-connection-notification-iterator.h;h=46e6d137308fe78feb89b2f475f6ce3a41184db1;hb=d4393e0875e7b08f6ee97d617cc5f2c9286742a4;hp=b1a3dc2d20f2448c48c5aced366064381cf6b9e9;hpb=26e21a82c47a15d1080dc142cb20c0b0b0b5a929;p=babeltrace.git diff --git a/include/babeltrace/graph/private-connection-notification-iterator.h b/include/babeltrace/graph/private-connection-notification-iterator.h index b1a3dc2d..46e6d137 100644 --- a/include/babeltrace/graph/private-connection-notification-iterator.h +++ b/include/babeltrace/graph/private-connection-notification-iterator.h @@ -40,7 +40,7 @@ extern struct bt_component *bt_private_connection_notification_iterator_get_comp extern enum bt_notification_iterator_status bt_private_connection_notification_iterator_next( struct bt_notification_iterator *iterator, - struct bt_notification **notification); + bt_notification_array *notifs, uint64_t *count); #ifdef __cplusplus }