X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Fctf%2Fcommon%2Fnotif-iter%2Fnotif-iter.h;h=33bd6fafebe6342f82103b40bcdf67e6e09d02f3;hb=e22b45d0f7d3ce1311bf96a930bc42326f555202;hp=ae9b511a922704c0d99c66a84560d23ed66b4ac0;hpb=bf55043c2e742cafb86d3a3404d0d35c4cf294a3;p=babeltrace.git diff --git a/plugins/ctf/common/notif-iter/notif-iter.h b/plugins/ctf/common/notif-iter/notif-iter.h index ae9b511a..33bd6faf 100644 --- a/plugins/ctf/common/notif-iter/notif-iter.h +++ b/plugins/ctf/common/notif-iter/notif-iter.h @@ -304,8 +304,6 @@ void bt_notif_iter_destroy(struct bt_notif_iter *notif_iter); * call this function again, until another status is returned. * * @param notif_iter CTF notification iterator - * @param cc_prio_map Clock class priority map to use when - * creating an event notification * @param notification Returned notification if the function's * return value is #BT_NOTIF_ITER_STATUS_OK * @returns One of #bt_notif_iter_status values @@ -313,7 +311,6 @@ void bt_notif_iter_destroy(struct bt_notif_iter *notif_iter); BT_HIDDEN enum bt_notif_iter_status bt_notif_iter_get_next_notification( struct bt_notif_iter *notit, - struct bt_clock_class_priority_map *cc_prio_map, struct bt_graph *graph, struct bt_notification **notification);