X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fself-component-port-input-notification-iterator.h;h=15ef6c52672105a3e11ac20753a49c7705dad82f;hb=7b53201cfb06ec02f4203e28458dfbcf53d87988;hp=fd7e02fcab44fa779da1e0f39ba7e0c016a384c2;hpb=3a2cb327fd24e53a9b163372b9079003dd422655;p=babeltrace.git diff --git a/include/babeltrace/graph/self-component-port-input-notification-iterator.h b/include/babeltrace/graph/self-component-port-input-notification-iterator.h index fd7e02fc..15ef6c52 100644 --- a/include/babeltrace/graph/self-component-port-input-notification-iterator.h +++ b/include/babeltrace/graph/self-component-port-input-notification-iterator.h @@ -28,8 +28,8 @@ /* For enum bt_notification_iterator_status */ #include -/* For bt_notification_array */ -#include +/* For bt_notification_array_const */ +#include #ifdef __cplusplus extern "C" { @@ -59,7 +59,7 @@ bt_self_component_port_input_notification_iterator_borrow_component( extern enum bt_notification_iterator_status bt_self_component_port_input_notification_iterator_next( struct bt_self_component_port_input_notification_iterator *iterator, - bt_notification_array *notifs, uint64_t *count); + bt_notification_array_const *notifs, uint64_t *count); #ifdef __cplusplus }