X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Fctf%2Fcommon%2Fnotif-iter%2Fnotif-iter.h;h=b8b91c5e324ab63578d232123dabac6b6b656524;hb=599faa1c75b3c429745e0d4a983670c3dd205092;hp=fd56575a2cc915411b43f6b017a3d35ce4c3a111;hpb=dc3fffef7b84cc4af1a7c99828fd57a106cd2257;p=babeltrace.git diff --git a/plugins/ctf/common/notif-iter/notif-iter.h b/plugins/ctf/common/notif-iter/notif-iter.h index fd56575a..b8b91c5e 100644 --- a/plugins/ctf/common/notif-iter/notif-iter.h +++ b/plugins/ctf/common/notif-iter/notif-iter.h @@ -32,6 +32,7 @@ #include #include #include +#include #include /** @@ -233,6 +234,8 @@ struct bt_ctf_notif_iter_notif_event { * incremented. * * @param trace Trace to read + * @param cc_prio_map Clock class priority map to use when + * creating the event notifications * @param max_request_sz Maximum buffer size, in bytes, to * request to * bt_ctf_notif_iter_medium_ops::request_bytes() @@ -245,6 +248,7 @@ struct bt_ctf_notif_iter_notif_event { */ BT_HIDDEN struct bt_ctf_notif_iter *bt_ctf_notif_iter_create(struct bt_ctf_trace *trace, + struct bt_clock_class_priority_map *cc_prio_map, size_t max_request_sz, struct bt_ctf_notif_iter_medium_ops medops, void *medops_data, FILE *err_stream);