X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=plugins%2Futils%2Fmuxer%2Fmuxer.h;h=b070d5c5e7faeec1f9a1260f5238f8f381db2539;hp=27bffa9e140aeb80cf8a69489edb12c046d89edc;hb=0d72b8c329ad51d14ab4e83330b38c2c8da69dd4;hpb=92fed4e1f98f18e4edbfdf5adfe57741a3260b5d diff --git a/plugins/utils/muxer/muxer.h b/plugins/utils/muxer/muxer.h index 27bffa9e..b070d5c5 100644 --- a/plugins/utils/muxer/muxer.h +++ b/plugins/utils/muxer/muxer.h @@ -49,14 +49,14 @@ void muxer_notif_iter_finalize( BT_HIDDEN enum bt_self_notification_iterator_status muxer_notif_iter_next( struct bt_self_notification_iterator *self_notif_iter, - bt_notification_array notifs, uint64_t capacity, + bt_notification_array_const notifs, uint64_t capacity, uint64_t *count); BT_HIDDEN enum bt_self_component_status muxer_input_port_connected( struct bt_self_component_filter *comp, struct bt_self_component_port_input *self_port, - struct bt_port_output *other_port); + const struct bt_port_output *other_port); BT_HIDDEN void muxer_input_port_disconnected(